mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +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::Spacing();
|
||||
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 };
|
||||
const auto wpos = ImGui::GetCursorScreenPos();
|
||||
|
Loading…
Reference in New Issue
Block a user