mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store thread id in MessageData.
This commit is contained in:
@@ -162,6 +162,7 @@ struct MessageData
|
||||
{
|
||||
int64_t time;
|
||||
StringRef ref;
|
||||
uint64_t thread;
|
||||
};
|
||||
|
||||
struct ThreadData
|
||||
|
||||
Reference in New Issue
Block a user