mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add option to display running time in find zone menu.
This commit is contained in:
@@ -374,6 +374,7 @@ private:
|
||||
bool logTime = true;
|
||||
bool cumulateTime = false;
|
||||
bool selfTime = false;
|
||||
bool runningTime = false;
|
||||
GroupBy groupBy = GroupBy::Thread;
|
||||
SortBy sortBy = SortBy::Count;
|
||||
TableSortBy tableSortBy = TableSortBy::Starttime;
|
||||
|
||||
Reference in New Issue
Block a user