mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Calculate cpu thread data statistics.
This commit is contained in:
@@ -213,6 +213,7 @@ private:
|
||||
|
||||
CpuData cpuData[256];
|
||||
flat_hash_map<uint64_t, uint64_t, nohash<uint64_t>> tidToPid;
|
||||
flat_hash_map<uint64_t, CpuThreadData, nohash<uint64_t>> cpuThreadData;
|
||||
};
|
||||
|
||||
struct MbpsBlock
|
||||
|
||||
Reference in New Issue
Block a user