Cosmetics.

This commit is contained in:
Bartosz Taudul
2026-05-14 20:36:55 +02:00
parent c3e3ea98ad
commit 6789e7d6f9

View File

@@ -346,7 +346,7 @@ void View::DrawZoneInfoWindow()
const auto selftime = GetZoneSelfTime( ev );
TextFocused( "Time from start of program:", TimeToStringExact( ev.Start() ) );
const std::time_t ts = m_worker.GetCaptureTime() + ev.Start() / 1000000000;
TextFocused( "Wall clock time:", std::asctime( std::localtime( &ts) ) );
TextFocused( "Wall clock time:", std::asctime( std::localtime( &ts ) ) );
TextFocused( "Execution time:", TimeToString( ztime ) );
#ifndef TRACY_NO_STATISTICS
if( m_worker.AreSourceLocationZonesReady() )