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

Add function name grouping controls.

This commit is contained in:
Bartosz Taudul
2019-02-06 21:45:26 +01:00
parent 7aa24864bf
commit 044b7e1522
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -295,6 +295,9 @@ private:
float m_notificationTime = 0;
std::string m_notificationText;
bool m_groupCallstackTreeByNameBottomUp = false;
bool m_groupCallstackTreeByNameTopDown = false;
struct FindZone {
enum : uint64_t { Unselected = std::numeric_limits<uint64_t>::max() - 1 };
enum class GroupBy : int { Thread, UserText, Callstack };