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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user