mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Display PID in available client tooltip.
This commit is contained in:
parent
76213331f4
commit
05f4efa2f4
@ -706,6 +706,7 @@ static void DrawContents()
|
||||
}
|
||||
tracy::TextFocused( "IP:", v.second.address.c_str() );
|
||||
tracy::TextFocused( "Port:", portstr );
|
||||
tracy::TextFocused( "PID:", tracy::RealToString( v.second.pid ) );
|
||||
ImGui::EndTooltip();
|
||||
}
|
||||
if( v.second.port != port )
|
||||
|
Loading…
Reference in New Issue
Block a user