mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Don't separate inlines by default.
This commit is contained in:
parent
a339d397ce
commit
1e965edb54
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user