mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Cosmetics.
This commit is contained in:
parent
60ae46a373
commit
cf23441116
@ -201,23 +201,23 @@ static void PrintSpeedupOrSlowdown( double time_this, double time_external, cons
|
|||||||
}
|
}
|
||||||
ImGui::TextDisabled( "%s:", metric );
|
ImGui::TextDisabled( "%s:", metric );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
TextColoredUnformatted( color, time_diff );
|
ImGui::TextUnformatted( time_diff );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
TextColoredUnformatted( color, label );
|
TextColoredUnformatted( color, label );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::TextUnformatted( "than external" );
|
TextDisabledUnformatted( "than external" );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
|
||||||
TextDisabledUnformatted("(");
|
TextDisabledUnformatted("(");
|
||||||
ImGui::SameLine();
|
ImGui::SameLine( 0, 0 );
|
||||||
TextColoredUnformatted( ImVec4( 0xDD/511.f, 0xDD/511.f, 0x22/511.f, 1.f ), ICON_FA_LEMON );
|
TextColoredUnformatted( ImVec4( 0xDD/511.f, 0xDD/511.f, 0x22/511.f, 1.f ), ICON_FA_LEMON );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::TextDisabled("= %.2f%%", factor * 100 );
|
ImGui::TextDisabled("= %.2f%%", factor * 100 );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
TextColoredUnformatted( ImVec4( 0xDD/511.f, 0x22/511.f, 0x22/511.f, 1.f ), ICON_FA_GEM );
|
TextColoredUnformatted( ImVec4( 0xDD/511.f, 0x22/511.f, 0x22/511.f, 1.f ), ICON_FA_GEM );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine( 0, 0 );
|
||||||
TextDisabledUnformatted(")");
|
TextDisabledUnformatted(")");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user