diff --git a/server/TracyView.hpp b/server/TracyView.hpp index 04f88d72..50e8072b 100644 --- a/server/TracyView.hpp +++ b/server/TracyView.hpp @@ -361,7 +361,7 @@ private: bool m_showAllSymbols = false; int m_showCallstackFrameAddress = 0; bool m_showUnknownFrames = true; - bool m_statSeparateInlines = true; + bool m_statSeparateInlines = false; bool m_groupChildrenLocations = false; bool m_allocTimeRelativeToZone = true; bool m_ctxSwitchTimeRelativeToZone = true;