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

Preprocess thread messages.

This commit is contained in:
Bartosz Taudul
2023-03-23 21:47:40 +01:00
parent fbc87275e7
commit a141aafaab
3 changed files with 59 additions and 0 deletions
+7
View File
@@ -65,6 +65,13 @@ struct SamplesDraw
uint32_t idx;
};
struct MessagesDraw
{
short_ptr<MessageData> msg;
bool highlight;
uint32_t num;
};
}
#endif