mirror of
https://github.com/wolfpld/tracy
synced 2025-05-05 22:53:52 +00:00
Display continuous/discontinuous info about frame sets.
This commit is contained in:
parent
213b33a4fa
commit
1bef4b45b7
@ -6389,6 +6389,8 @@ void View::DrawInfo()
|
|||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
TextFocused( "Frame set:", m_frames->name == 0 ? "Frames" : m_worker.GetString( m_frames->name ) );
|
TextFocused( "Frame set:", m_frames->name == 0 ? "Frames" : m_worker.GetString( m_frames->name ) );
|
||||||
|
ImGui::SameLine();
|
||||||
|
ImGui::TextDisabled( "(%s)", m_frames->continuous ? "continuous" : "discontinuous" );
|
||||||
TextFocused( "Count:", RealToString( fsz, true ) );
|
TextFocused( "Count:", RealToString( fsz, true ) );
|
||||||
TextFocused( "Total time:", TimeToString( m_frameSortData.total ) );
|
TextFocused( "Total time:", TimeToString( m_frameSortData.total ) );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user