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

Add QPC frequency query to API.

This commit is contained in:
Bartosz Taudul
2020-07-07 21:24:44 +02:00
parent 1013ec8db7
commit 5e5bf928a5
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ TRACY_API GpuCtxWrapper& GetGpuCtx();
TRACY_API uint64_t GetThreadHandle();
TRACY_API void InitRPMallocThread();
TRACY_API bool ProfilerAvailable();
TRACY_API int64_t GetFrequencyQpc();
struct SourceLocationData
{