From 27a2d8595dc3d8012710f07b9d01380d114f089c Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 1 Sep 2018 01:02:08 +0200 Subject: [PATCH] Time is int64_t. --- server/TracyView.cpp | 2 +- server/TracyView.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 774a43af..2ef4cbfd 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -6362,7 +6362,7 @@ void View::DrawInfo() m_frameSortData.data.resize( fsz ); auto ptr = m_frameSortData.data.data(); - size_t total = 0; + int64_t total = 0; for( size_t i=0; i data; + std::vector data; const FrameData* frameSet = nullptr; size_t frameNum = 0; float average = 0;