1
0
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:
Bartosz Taudul
2019-08-18 01:50:49 +02:00
parent 1498417a8d
commit 103645c2fa
3 changed files with 37 additions and 1 deletions
+1
View File
@@ -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