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

Use tables in CPU data view.

This commit is contained in:
Bartosz Taudul
2020-12-09 21:53:36 +01:00
parent dc6893f419
commit 6bb77d55a1
2 changed files with 240 additions and 154 deletions
-11
View File
@@ -386,17 +386,6 @@ private:
bool m_showCpuDataWindow = false;
bool m_showAnnotationList = false;
enum class CpuDataSortBy
{
Pid,
Name,
Time,
Regions,
Migrations
};
CpuDataSortBy m_cpuDataSort = CpuDataSortBy::Pid;
bool m_statSelf = true;
bool m_statSampleTime = true;
int m_statMode = 0;