mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-21 02:28:26 +00:00
Use on demand flag to determine if need to show missed frames.
This commit is contained in:
@@ -778,7 +778,7 @@ const char* View::GetFrameText( const FrameData& fd, int i, uint64_t ftime, uint
|
||||
{
|
||||
sprintf( buf, "Tracy init (%s)", TimeToString( ftime ) );
|
||||
}
|
||||
else if( offset == 0 )
|
||||
else if( !m_worker.IsOnDemand() )
|
||||
{
|
||||
sprintf( buf, "Frame %s (%s)", RealToString( fnum ), TimeToString( ftime ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user