1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add checker for profiler availability.

This commit is contained in:
Bartosz Taudul
2020-06-24 01:32:57 +02:00
parent cf8620b956
commit 530e464347
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -59,6 +59,7 @@ TRACY_API std::atomic<uint8_t>& GetGpuCtxCounter();
TRACY_API GpuCtxWrapper& GetGpuCtx();
TRACY_API uint64_t GetThreadHandle();
TRACY_API void InitRPMallocThread();
TRACY_API bool ProfilerAvailable();
struct SourceLocationData
{