mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Add separators to GPU zone counts.
This commit is contained in:
parent
123de74fca
commit
429b44ca54
@ -2043,8 +2043,8 @@ void View::DrawZones()
|
||||
ImGui::Text( "Appeared at %s", TimeToString( t - m_frames[0] ) );
|
||||
}
|
||||
}
|
||||
ImGui::Text( "Zone count: %zu", v->count );
|
||||
ImGui::Text( "Top-level zones: %zu", v->timeline.size() );
|
||||
ImGui::Text( "Zone count: %s", RealToString( v->count, true ) );
|
||||
ImGui::Text( "Top-level zones: %s", RealToString( v->timeline.size(), true ) );
|
||||
ImGui::Text( "Query accuracy bits: %i", v->accuracyBits );
|
||||
ImGui::EndTooltip();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user