mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +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…
x
Reference in New Issue
Block a user