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

Calculate all CPU usage values in one go.

This commit is contained in:
Bartosz Taudul
2021-06-20 14:18:59 +02:00
parent 5efc03cdf9
commit 5d86002f82
4 changed files with 68 additions and 44 deletions
+2
View File
@@ -721,6 +721,8 @@ private:
uint64_t symAddr = 0;
int sel;
} m_sampleParents;
std::vector<std::pair<int, int>> m_cpuUsageBuf;
};
}