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

Messages are inserted for current thread context.

This commit is contained in:
Bartosz Taudul
2019-11-10 17:23:04 +01:00
parent 003bed573c
commit d4a1168491
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ private:
void CreateMemAllocPlot();
void ReconstructMemAllocPlot();
void InsertMessageData( MessageData* msg, uint64_t thread );
void InsertMessageData( MessageData* msg );
ThreadData* NoticeThreadReal( uint64_t thread );
ThreadData* NewThread( uint64_t thread );