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:
@@ -268,6 +268,7 @@ enum { SampleDataSize = sizeof( SampleData ) };
|
||||
struct SampleDataRange
|
||||
{
|
||||
Int48 time;
|
||||
uint16_t thread;
|
||||
CallstackFrameId ip;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user