From f387a16e614d7890c920a0b63c5735ad116686db Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 30 Sep 2017 16:59:03 +0200 Subject: [PATCH] Count read zones. --- server/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 712a3cf1..5b6348e1 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -1660,6 +1660,7 @@ void View::ReadTimeline( FileRead& f, Vector& vec, Event* parent, const for( uint64_t i=0; i(); + m_zonesCnt++; vec.push_back( zone ); f.Read( &zone->start, sizeof( zone->start ) );