Class CpuInfo


  • @Deprecated
    public class CpuInfo
    extends java.lang.Object
    Deprecated.
    Information about target CPU
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CpuInfo.Vendor
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      CpuInfo​(CpuInfo.Vendor vendor, int family)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • family

        final int family
        Deprecated.
      • GENERIC

        public static final CpuInfo GENERIC
        Deprecated.
    • Constructor Detail

      • CpuInfo

        public CpuInfo​(CpuInfo.Vendor vendor,
                       int family)
        Deprecated.