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

Count kernel samples.

This commit is contained in:
Bartosz Taudul
2021-06-17 01:47:19 +02:00
parent 7086f2db65
commit d49da69972
2 changed files with 16 additions and 3 deletions
+1
View File
@@ -603,6 +603,7 @@ struct ThreadData
#endif
Vector<SampleData> samples;
SampleData pendingSample;
uint64_t kernelSampleCnt;
};
struct GpuCtxThreadData