mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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…
x
Reference in New Issue
Block a user