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

Implement combining sample callstacks.

This is required, because Windows will send two callstacks with the same
timestamp, one for kernel-space, second for user-space.
This commit is contained in:
Bartosz Taudul
2021-06-15 02:25:12 +02:00
parent db1dc311b0
commit 5b642cad01
2 changed files with 59 additions and 2 deletions
+1
View File
@@ -602,6 +602,7 @@ struct ThreadData
uint64_t ghostIdx;
#endif
Vector<SampleData> samples;
SampleData pendingSample;
};
struct GpuCtxThreadData