mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Display number of thread running state regions.
This commit is contained in:
parent
fadac0b433
commit
0b12db5ee6
@ -2132,6 +2132,10 @@ void View::DrawZones()
|
||||
{
|
||||
TextFocused( "Locks:", RealToString( lockCnt, true ) );
|
||||
}
|
||||
if( ctx )
|
||||
{
|
||||
TextFocused( "Running state regions:", RealToString( ctx->v.size(), true ) );
|
||||
}
|
||||
ImGui::EndTooltip();
|
||||
|
||||
if( ImGui::IsMouseClicked( 0 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user