mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 05:03:53 +00:00
Display time instead of counts in cumulate time mode.
This commit is contained in:
parent
f733758652
commit
e9e3e46ea2
@ -2841,7 +2841,7 @@ void View::DrawFindZone()
|
|||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::Text( "Max counts: %s", RealToString( maxVal, true ) );
|
ImGui::Text( "Max counts: %s", m_findZone.cumulateTime ? TimeToString( maxVal ) : RealToString( maxVal, true ) );
|
||||||
|
|
||||||
enum { Height = 200 };
|
enum { Height = 200 };
|
||||||
const auto wpos = ImGui::GetCursorScreenPos();
|
const auto wpos = ImGui::GetCursorScreenPos();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user