1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Allow filtering out kernel symbols from statistics view.

This commit is contained in:
Bartosz Taudul
2021-06-16 01:43:09 +02:00
parent f145ca5897
commit d2ebe341f2
2 changed files with 11 additions and 6 deletions
+1
View File
@@ -398,6 +398,7 @@ private:
bool m_showUnknownFrames = true;
bool m_statSeparateInlines = false;
bool m_statShowAddress = false;
bool m_statShowKernel = true;
bool m_groupChildrenLocations = false;
bool m_allocTimeRelativeToZone = true;
bool m_ctxSwitchTimeRelativeToZone = true;