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:
@@ -65,6 +65,13 @@ struct SamplesDraw
|
||||
uint32_t idx;
|
||||
};
|
||||
|
||||
struct MessagesDraw
|
||||
{
|
||||
short_ptr<MessageData> msg;
|
||||
bool highlight;
|
||||
uint32_t num;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user