mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 15:33:52 +00:00
Display trace file name in trace info window.
This commit is contained in:
parent
4c4099877d
commit
ed1f722c51
@ -10208,6 +10208,7 @@ void View::DrawInfo()
|
||||
TextFocused( "Program:", m_worker.GetCaptureProgram().c_str() );
|
||||
if( m_bigFont ) ImGui::PopFont();
|
||||
TextFocused( "Capture time:", dtmp );
|
||||
if( !m_filename.empty() ) TextFocused( "File:", m_filename.c_str() );
|
||||
{
|
||||
const auto& desc = m_userData.GetDescription();
|
||||
const auto descsz = std::min<size_t>( 255, desc.size() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user