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

Use tables for instrumented zones statistics.

This commit is contained in:
Bartosz Taudul
2020-12-09 20:55:00 +01:00
parent 6300f59183
commit f1a641a838
2 changed files with 129 additions and 97 deletions
-1
View File
@@ -397,7 +397,6 @@ private:
CpuDataSortBy m_cpuDataSort = CpuDataSortBy::Pid;
int m_statSort = 0;
bool m_statSelf = true;
bool m_statSampleTime = true;
int m_statMode = 0;