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

Include threadid in SampleDataRange

TODO: maybe make lists per thread to avoid increasing the packed structure by 2 bytes?
This commit is contained in:
xavier
2021-09-04 16:11:41 +02:00
parent 6b901a7156
commit e4ce9f0f41
2 changed files with 11 additions and 7 deletions
+1
View File
@@ -268,6 +268,7 @@ enum { SampleDataSize = sizeof( SampleData ) };
struct SampleDataRange
{
Int48 time;
uint16_t thread;
CallstackFrameId ip;
};