mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-26 21:18:22 +00:00
Keep FPS range and max counts in the same line.
This commit is contained in:
@@ -254,6 +254,9 @@ void View::DrawFrameStatistics()
|
||||
maxVal = std::max( maxVal, bins[i] );
|
||||
}
|
||||
|
||||
ImGui::SameLine();
|
||||
ImGui::Spacing();
|
||||
ImGui::SameLine();
|
||||
TextFocused( "Max counts:", RealToString( maxVal ) );
|
||||
|
||||
TextFocused( "Mean:", TimeToString( m_frameSortData.average ) );
|
||||
|
||||
Reference in New Issue
Block a user