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

Avoid excessive stack operations for cpu query.

This commit is contained in:
Bartosz Taudul
2017-10-10 23:21:30 +02:00
parent 75457c1465
commit cc8b357f09
5 changed files with 18 additions and 20 deletions
+2 -2
View File
@@ -32,14 +32,14 @@ struct QueueZoneBegin
int64_t time;
uint64_t thread;
uint64_t srcloc; // ptr
int8_t cpu;
uint32_t cpu;
};
struct QueueZoneEnd
{
int64_t time;
uint64_t thread;
int8_t cpu;
uint32_t cpu;
};
struct QueueStringTransfer