By default show self times in statistics menu.

This commit is contained in:
Bartosz Taudul 2020-02-27 14:20:19 +01:00
parent 710a2a64e4
commit 17e7add105

View File

@ -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;