Package software.amazon.awssdk.crt
Class SystemInfo.CpuInfo
java.lang.Object
software.amazon.awssdk.crt.SystemInfo.CpuInfo
- Enclosing class:
- SystemInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
OS CpuId that can be used for pinning a thread to a specific Cpufinal boolean
If true, the Cpu is suspected of being virtual. -
Method Summary
-
Field Details
-
cpuId
public final int cpuIdOS CpuId that can be used for pinning a thread to a specific Cpu -
isSuspectedHyperThread
public final boolean isSuspectedHyperThreadIf true, the Cpu is suspected of being virtual. If false, it's likely a hw core.
-