mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 12:53:51 +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;
|
CpuDataSortBy m_cpuDataSort = CpuDataSortBy::Pid;
|
||||||
|
|
||||||
int m_statSort = 0;
|
int m_statSort = 0;
|
||||||
bool m_statSelf = false;
|
bool m_statSelf = true;
|
||||||
bool m_statSampleTime = true;
|
bool m_statSampleTime = true;
|
||||||
int m_statMode = 0;
|
int m_statMode = 0;
|
||||||
int m_showCallstackFrameAddress = 0;
|
int m_showCallstackFrameAddress = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user