mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Display die jumps in wait regions list.
This commit is contained in:
parent
46e979e185
commit
844bc1e416
@ -686,6 +686,11 @@ void View::DrawZoneInfoWindow()
|
||||
ImGui::SameLine();
|
||||
TextDisabledUnformatted( "P" );
|
||||
}
|
||||
else if( tt0->die != tt1->die )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
TextDisabledUnformatted( "D" );
|
||||
}
|
||||
else if( tt0->core != tt1->core )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user