Add Tracy profiler support

This commit is contained in:
Wojtek Figat
2021-05-02 11:24:42 +02:00
parent 1a261597c5
commit 543d1a3c0e
45 changed files with 14752 additions and 108 deletions

View File

@@ -299,7 +299,8 @@ public:
static void Prefetch(void const* ptr) = delete;
#if COMPILE_WITH_PROFILER
static void TrackAllocation(uint64 size);
static void OnMemoryAlloc(void* ptr, uint64 size);
static void OnMemoryFree(void* ptr);
#endif
/// <summary>