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:10:58 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-08-14 22:33:42 +0300
commit9ec0724ffbbbe671bcf91fae7ac8b31247ed67bc (patch)
tree1a641bf3be75e15ba19e029880284cc3c4e789ce /server/TracyView.hpp
parentee77ff020ad876bdb4b5b0fd5be058225f113683 (diff)
Support dynamic recalculation of min, max and total time.
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 005e8ab8..f3b753f3 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -391,6 +391,7 @@ private:
bool scheduleResetMatch = false;
int selCs = 0;
int minBinVal = 1;
+ int64_t tmin, tmax;
struct
{