Display number of thread running state regions.

This commit is contained in:
Bartosz Taudul 2019-08-14 17:36:19 +02:00
parent fadac0b433
commit 0b12db5ee6

View File

@ -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 ) )