Class SystemInfo.CpuInfo

  • Enclosing class:
    SystemInfo

    public static class SystemInfo.CpuInfo
    extends Object
    • Field Detail

      • cpuId

        public final int cpuId
        OS CpuId that can be used for pinning a thread to a specific Cpu
      • isSuspectedHyperThread

        public final boolean isSuspectedHyperThread
        If true, the Cpu is suspected of being virtual. If false, it's likely a hw core.