Don't separate inlines by default.

This commit is contained in:
Bartosz Taudul 2020-04-09 19:44:42 +02:00
parent a339d397ce
commit 1e965edb54

View File

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