mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Change check for showing GPU timestamp accuracy.
This commit is contained in:
parent
b7b9912b10
commit
de2ca9b22a
@ -3143,7 +3143,7 @@ void View::DrawZones()
|
||||
}
|
||||
}
|
||||
TextFocused( "Zone count:", RealToString( v->count ) );
|
||||
if( isMultithreaded )
|
||||
if( v->period != 1.f )
|
||||
{
|
||||
TextFocused( "Timestamp accuracy:", TimeToString( v->period ) );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user