mirror of
https://github.com/wolfpld/tracy
synced 2026-02-15 13:42:17 +00:00
Display trace loading time.
This commit is contained in:
@@ -312,6 +312,9 @@ View::View( FileRead& f, ImFont* fixedWidth, SetTitleCallback stcb )
|
||||
assert( s_instance == nullptr );
|
||||
s_instance = this;
|
||||
|
||||
m_notificationTime = 4;
|
||||
m_notificationText = std::string( "Trace loaded in " ) + TimeToString( m_worker.GetLoadTime() );
|
||||
|
||||
InitTextEditor();
|
||||
SetViewToLastFrames();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user