mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Grouping by function names is a more sane default.
This commit is contained in:
parent
90c1428aac
commit
0e6350d95e
@ -295,8 +295,8 @@ private:
|
||||
float m_notificationTime = 0;
|
||||
std::string m_notificationText;
|
||||
|
||||
bool m_groupCallstackTreeByNameBottomUp = false;
|
||||
bool m_groupCallstackTreeByNameTopDown = false;
|
||||
bool m_groupCallstackTreeByNameBottomUp = true;
|
||||
bool m_groupCallstackTreeByNameTopDown = true;
|
||||
|
||||
struct FindZone {
|
||||
enum : uint64_t { Unselected = std::numeric_limits<uint64_t>::max() - 1 };
|
||||
|
Loading…
Reference in New Issue
Block a user