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:
@@ -602,6 +602,7 @@ struct ThreadData
|
||||
uint64_t ghostIdx;
|
||||
#endif
|
||||
Vector<SampleData> samples;
|
||||
SampleData pendingSample;
|
||||
};
|
||||
|
||||
struct GpuCtxThreadData
|
||||
|
||||
Reference in New Issue
Block a user