Mark hyperthread jumps.

This commit is contained in:
Bartosz Taudul 2024-08-24 16:52:04 +02:00
parent be92ae787c
commit f7b810a3d1
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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();