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

Store thread id of GPU events.

This commit is contained in:
Bartosz Taudul
2018-06-17 19:05:22 +02:00
parent cfd7ac3957
commit bb0631585c
3 changed files with 32 additions and 1 deletions
+1
View File
@@ -131,6 +131,7 @@ struct GpuEvent
int64_t gpuStart;
int64_t gpuEnd;
int32_t srcloc;
uint16_t thread;
// This must be last. All above is read/saved as-is.
Vector<GpuEvent*> child;