diff --git a/profiler/src/profiler/TracyView.cpp b/profiler/src/profiler/TracyView.cpp index 7dcdeeda..01b9c7fb 100644 --- a/profiler/src/profiler/TracyView.cpp +++ b/profiler/src/profiler/TracyView.cpp @@ -677,6 +677,7 @@ bool View::DrawImpl() { if( m_worker.IsConnected() ) Achieve( "connectToClient" ); if( m_worker.GetZoneCount() > 0 ) Achieve( "instrumentationIntro" ); + if( m_worker.GetCallstackSampleCount() > 0 ) Achieve( "samplingIntro" ); } Attention( m_attnWorking );