mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Collect per-cpu context switch data.
This commit is contained in:
@@ -208,6 +208,8 @@ private:
|
||||
|
||||
flat_hash_map<uint64_t, ContextSwitch*, nohash<uint64_t>> ctxSwitch;
|
||||
std::pair<uint64_t, ContextSwitch*> ctxSwitchLast;
|
||||
|
||||
CpuData cpuData[256];
|
||||
};
|
||||
|
||||
struct MbpsBlock
|
||||
|
||||
Reference in New Issue
Block a user