From 17e7add105acab2d75d0297977ece39035d724b1 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 27 Feb 2020 14:20:19 +0100 Subject: [PATCH] By default show self times in statistics menu. --- server/TracyView.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.hpp b/server/TracyView.hpp index e976526b..92a317bc 100644 --- a/server/TracyView.hpp +++ b/server/TracyView.hpp @@ -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;