mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
By default show self times in statistics menu.
This commit is contained in:
parent
710a2a64e4
commit
17e7add105
@ -342,7 +342,7 @@ private:
|
||||
CpuDataSortBy m_cpuDataSort = CpuDataSortBy::Pid;
|
||||
|
||||
int m_statSort = 0;
|
||||
bool m_statSelf = false;
|
||||
bool m_statSelf = true;
|
||||
bool m_statSampleTime = true;
|
||||
int m_statMode = 0;
|
||||
int m_showCallstackFrameAddress = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user