mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Put total time and max counts on the same line.
This commit is contained in:
parent
3a8c976285
commit
68f652c40f
@ -2809,6 +2809,9 @@ void View::DrawFindZone()
|
||||
}
|
||||
|
||||
ImGui::Text( "Total time: %s", TimeToString( timeTotal ) );
|
||||
ImGui::SameLine();
|
||||
ImGui::Spacing();
|
||||
ImGui::SameLine();
|
||||
ImGui::Text( "Max counts: %s", RealToString( maxVal, true ) );
|
||||
|
||||
enum { Height = 200 };
|
||||
|
Loading…
Reference in New Issue
Block a user