mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Mark hyperthread jumps.
This commit is contained in:
parent
be92ae787c
commit
f7b810a3d1
@ -731,6 +731,12 @@ void View::DrawZoneInfoWindow()
|
||||
TextDisabledUnformatted( "C" );
|
||||
TooltipIfHovered( "Jump from one CPU core to another, within the same die" );
|
||||
}
|
||||
else
|
||||
{
|
||||
ImGui::SameLine();
|
||||
TextDisabledUnformatted( "H" );
|
||||
TooltipIfHovered( "Jump from one CPU hyperthread to another, within the same core" );
|
||||
}
|
||||
}
|
||||
}
|
||||
ImGui::TableNextColumn();
|
||||
|
Loading…
Reference in New Issue
Block a user