mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-08 22:29:48 +00:00
Display PID.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user