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

Count GPU zones.

This commit is contained in:
Bartosz Taudul
2017-11-18 01:07:28 +01:00
parent cd275fee9d
commit cc3d18d51d
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -138,6 +138,7 @@ struct GpuCtxData
{
int64_t timeDiff;
uint64_t thread;
uint64_t count;
Vector<GpuEvent*> timeline;
Vector<GpuEvent*> stack;
Vector<GpuEvent*> queue;