mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Add sampling achievement check.
This commit is contained in:
parent
3cb7fd8a5e
commit
72cf230228
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user