Class SystemInfo.CpuInfo

  • Enclosing class:
    SystemInfo

    public static class SystemInfo.CpuInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int cpuId
      OS CpuId that can be used for pinning a thread to a specific Cpu
      boolean isSuspectedHyperThread
      If true, the Cpu is suspected of being virtual.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.