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

Collect and transmit source thread information.

This commit is contained in:
Bartosz Taudul
2017-09-22 01:11:53 +02:00
parent b0f94f6b45
commit a557a3fb30
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ struct QueueZoneBegin
uint64_t filename; // ptr
uint64_t function; // ptr
uint32_t line;
uint64_t thread;
};
struct QueueZoneEnd