diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 93132465..3a6f36b4 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -6449,8 +6449,11 @@ void View::DrawInfo() for( size_t i=m_frameSortData.frameNum; i 0 ) + { + vec.emplace_back( t ); + total += t; + } } auto mid = vec.begin() + m_frameSortData.frameNum; pdqsort_branchless( mid, m_frameSortData.data.end() );