mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43: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;
|
bool m_showAllSymbols = false;
|
||||||
int m_showCallstackFrameAddress = 0;
|
int m_showCallstackFrameAddress = 0;
|
||||||
bool m_showUnknownFrames = true;
|
bool m_showUnknownFrames = true;
|
||||||
bool m_statSeparateInlines = true;
|
bool m_statSeparateInlines = false;
|
||||||
bool m_groupChildrenLocations = false;
|
bool m_groupChildrenLocations = false;
|
||||||
bool m_allocTimeRelativeToZone = true;
|
bool m_allocTimeRelativeToZone = true;
|
||||||
bool m_ctxSwitchTimeRelativeToZone = true;
|
bool m_ctxSwitchTimeRelativeToZone = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user