From 6406df6f45a8fd33225d5e67028f25b955b48439 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 22 Feb 2018 12:44:55 +0100 Subject: [PATCH] Display total time. --- server/TracyView.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index a0222301..e41600d5 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -4243,12 +4243,15 @@ void View::DrawFindZone() } } + int64_t timeTotal = binTime[0]; auto maxVal = bins[0]; for( int i=1; i