Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-08-14 22:28:19 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-08-14 22:33:43 +0300
commit26f417a8417cfe509cc203533c87fc38a56df5b1 (patch)
tree077966e83511c972f9ec46e5146fe350289181ea /server/TracyView.hpp
parent9ec0724ffbbbe671bcf91fae7ac8b31247ed67bc (diff)
Add option to display running time in find zone menu.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index f3b753f3..2f3ca49d 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -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;