mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Display PID.
This commit is contained in:
parent
678e942e9f
commit
fa573ef4cf
@ -9918,6 +9918,7 @@ void View::DrawInfo()
|
||||
}
|
||||
|
||||
ImGui::Separator();
|
||||
TextFocused( "PID:", RealToString( m_worker.GetPid(), true ) );
|
||||
TextFocused( "Host info:", m_worker.GetHostInfo().c_str() );
|
||||
|
||||
auto& appInfo = m_worker.GetAppInfo();
|
||||
|
Loading…
Reference in New Issue
Block a user