CPUInfoOrBuilder

सार्वजनिक इंटरफ़ेस CPUInfoOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

अमूर्त बूलियन
includeCacheSize (स्ट्रिंग कुंजी)
 Cache sizes (in bytes), e.g.
सार मानचित्र<स्ट्रिंग, लंबा>
getCacheSize ()
इसके बजाय getCacheSizeMap() उपयोग करें।
सार इंट
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
सार मानचित्र<स्ट्रिंग, लंबा>
getCacheSizeMap ()
 Cache sizes (in bytes), e.g.
अमूर्त लंबा
getCacheSizeOrDefault (स्ट्रिंग कुंजी, लंबा डिफ़ॉल्ट मान)
 Cache sizes (in bytes), e.g.
अमूर्त लंबा
getCacheSizeOrThrow (स्ट्रिंग कुंजी)
 Cache sizes (in bytes), e.g.
सार स्ट्रिंग
getCpuगवर्नर ()
 What kind of cpu scaling is enabled on the host.
सार com.google.protobuf.ByteString
getCpuगवर्नरबाइट्स ()
 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;

सार्वजनिक तरीके

सार्वजनिक सार बूलियन में कैश आकार (स्ट्रिंग कुंजी) शामिल है

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

सार्वजनिक सार मानचित्र<स्ट्रिंग, लंबा> getCacheSize ()

इसके बजाय getCacheSizeMap() उपयोग करें।

सार्वजनिक सार int getCacheSizeCount ()

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

सार्वजनिक सार मानचित्र<स्ट्रिंग, लंबा> getCacheSizeMap ()

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

सार्वजनिक सार लंबा getCacheSizeOrDefault (स्ट्रिंग कुंजी, लंबा defaultValue)

 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;

सार्वजनिक सार डबल getMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

सार्वजनिक सार लंबा getNumCores ()

int64 num_cores = 1;

सार्वजनिक सार लंबा getNumCoresAllowed ()

int64 num_cores_allowed = 2;