mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
More concise time range display.
This commit is contained in:
parent
fbaf59c9a6
commit
ffb28a3d0d
@ -4196,8 +4196,7 @@ void View::DrawFindZone()
|
||||
ImGui::SameLine();
|
||||
ImGui::Checkbox( "Log time", &m_findZone.logTime );
|
||||
|
||||
ImGui::Text( "tMin: %s", TimeToString( tmin ) );
|
||||
ImGui::Text( "tMax: %s", TimeToString( tmax ) );
|
||||
ImGui::Text( "Time range: %s - %s", TimeToString( tmin ), TimeToString( tmax ) );
|
||||
|
||||
const auto dt = double( tmax - tmin );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user