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

Memory allocations tracker.

This commit is contained in:
Bartosz Taudul
2018-03-31 21:56:05 +02:00
parent 7a35e8facc
commit 991fc6bd95
4 changed files with 55 additions and 0 deletions
+4
View File
@@ -1200,6 +1200,10 @@ void Worker::Process( const QueueItem& ev )
case QueueType::GpuResync:
ProcessGpuResync( ev.gpuResync );
break;
case QueueType::MemAlloc:
break;
case QueueType::MemFree:
break;
case QueueType::Terminate:
m_terminate = true;
break;