1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Count frames in on-demand mode.

This commit is contained in:
Bartosz Taudul
2018-07-10 22:26:40 +02:00
parent 03794a2957
commit 43d5ab4382
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -200,6 +200,7 @@ Profiler::Profiler()
, m_serialDequeue( 1024*1024 )
#ifdef TRACY_ON_DEMAND
, m_isConnected( false )
, m_frameCount( 0 )
#endif
{
assert( !s_instance );