CPUInfoOrBuilder

رابط عمومی CPUInfoOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

بولی انتزاعی
containCacheSize (کلید رشته)
 Cache sizes (in bytes), e.g.
نقشه انتزاعی<String, Long>
getCacheSize ()
به جای آن از getCacheSizeMap() استفاده کنید.
انتزاعی
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
نقشه انتزاعی<String, Long>
getCacheSizeMap ()
 Cache sizes (in bytes), e.g.
انتزاعی طولانی
getCacheSizeOrDefault (کلید رشته، مقدار پیش فرض طولانی)
 Cache sizes (in bytes), e.g.
انتزاعی طولانی
getCacheSizeOrThrow (کلید رشته)
 Cache sizes (in bytes), e.g.
رشته انتزاعی
getCpuGovernor ()
 What kind of cpu scaling is enabled on the host.
چکیده com.google.protobuf.ByteString
getCpuGovernorBytes ()
 What kind of cpu scaling is enabled on the host.
رشته انتزاعی
getCpuInfo ()
 Additional cpu information.
چکیده com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
دو انتزاعی
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
انتزاعی طولانی
getNumCores ()
int64 num_cores = 1;
انتزاعی طولانی
getNumCoresAllowed ()
int64 num_cores_allowed = 2;

روش های عمومی

بولی انتزاعی عمومی حاوی CacheSize (کلید رشته)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

نقشه انتزاعی عمومی<String, Long> getCacheSize ()

به جای آن از getCacheSizeMap() استفاده کنید.

انتزاعی عمومی int getCacheSizeCount ()

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

نقشه انتزاعی عمومی<String, Long> getCacheSizeMap ()

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

انتزاع عمومی طولانی getCacheSizeOrDefault (کلید رشته، مقدار پیش فرض طولانی)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

انتزاع عمومی طولانی getCacheSizeOrThrow (کلید رشته)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

رشته انتزاعی عمومی getCpuGovernor ()

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

عمومی انتزاعی com.google.protobuf.ByteString getCpuGovernorBytes ()

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

رشته انتزاعی عمومی getCpuInfo ()

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

چکیده عمومی com.google.protobuf.ByteString getCpuInfoBytes ()

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

انتزاعی عمومی double getMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

getNumCores طولانی انتزاعی عمومی ()

int64 num_cores = 1;

انتزاع عمومی طولانی getNumCoresAllowed ()

int64 num_cores_allowed = 2;