mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +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( "IP:", v.second.address.c_str() );
|
||||||
tracy::TextFocused( "Port:", portstr );
|
tracy::TextFocused( "Port:", portstr );
|
||||||
|
tracy::TextFocused( "PID:", tracy::RealToString( v.second.pid ) );
|
||||||
ImGui::EndTooltip();
|
ImGui::EndTooltip();
|
||||||
}
|
}
|
||||||
if( v.second.port != port )
|
if( v.second.port != port )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user