mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
In compare traces put both total times in the same line.
This commit is contained in:
parent
9fb26b3622
commit
29d649216e
@ -5844,6 +5844,9 @@ void View::DrawCompare()
|
||||
ImGui::SameLine();
|
||||
#endif
|
||||
TextFocused( "Total time (this):", TimeToString( zoneData0.total * adj0 ) );
|
||||
ImGui::SameLine();
|
||||
ImGui::Spacing();
|
||||
ImGui::SameLine();
|
||||
#ifdef TRACY_EXTENDED_FONT
|
||||
ImGui::TextColored( ImVec4( 0xDD/511.f, 0x22/511.f, 0x22/511.f, 1.f ), ICON_FA_GEM );
|
||||
ImGui::SameLine();
|
||||
|
Loading…
Reference in New Issue
Block a user