| 1332 | TRACY_API std::atomic<uint8_t>& GetGpuCtxCounter() { return GetProfilerData().gpuCtxCounter; } |
| 1333 | TRACY_API GpuCtxWrapper& GetGpuCtx() { return GetProfilerThreadData().gpuCtx; } |
| 1334 | TRACY_API uint32_t GetThreadHandle() { return detail::GetThreadHandleImpl(); } |
| 1335 | std::atomic<ThreadNameData*>& GetThreadNameData() { return GetProfilerData().threadNameData; } |
| 1336 | |
| 1337 | # ifdef TRACY_ON_DEMAND |
no test coverage detected