1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Ability to display inline function cost percentages relative to base symbol.

This commit is contained in:
Bartosz Taudul
2024-03-13 19:50:21 +01:00
parent 6235343286
commit 6c34e02dc2
3 changed files with 24 additions and 2 deletions
+4
View File
@@ -304,6 +304,10 @@ void View::DrawStatistics()
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
ImGui::Checkbox( "Relative", &m_relativeInlines );
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
ImGui::Checkbox( ICON_FA_AT " Address", &m_statShowAddress );
ImGui::SameLine();
ImGui::Spacing();