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:
@@ -200,6 +200,7 @@ Profiler::Profiler()
|
||||
, m_serialDequeue( 1024*1024 )
|
||||
#ifdef TRACY_ON_DEMAND
|
||||
, m_isConnected( false )
|
||||
, m_frameCount( 0 )
|
||||
#endif
|
||||
{
|
||||
assert( !s_instance );
|
||||
|
||||
Reference in New Issue
Block a user