CPUInfoOrBuilder

CPUInfoOrBuilder อินเทอร์เฟซสาธารณะ
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

บูลีนนามธรรม
containsCacheSize (คีย์สตริง)
 Cache sizes (in bytes), e.g.
แผนที่นามธรรม <สตริง, ยาว>
บทคัดย่อ
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
แผนที่นามธรรม <สตริง, ยาว>
รับ CacheSizeMap ()
 Cache sizes (in bytes), e.g.
ยาวเป็นนามธรรม
getCacheSizeOrDefault (คีย์สตริง, defaultValue แบบยาว)
 Cache sizes (in bytes), e.g.
ยาวเป็นนามธรรม
getCacheSizeOrThrow (คีย์สตริง)
 Cache sizes (in bytes), e.g.
สตริงที่เป็นนามธรรม
รับ CPUGovernor ()
 What kind of cpu scaling is enabled on the host.
นามธรรม com.google.protobuf.ByteString
รับ CPUGovernorBytes ()
 What kind of cpu scaling is enabled on the host.
สตริงที่เป็นนามธรรม
รับ CPUInfo ()
 Additional cpu information.
นามธรรม com.google.protobuf.ByteString
รับ CPUInfoBytes ()
 Additional cpu information.
นามธรรมสองเท่า
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
ยาวเป็นนามธรรม
getNumCores ()
int64 num_cores = 1;
ยาวเป็นนามธรรม
getNumCores อนุญาต ()
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 แบบยาว (คีย์สตริง, 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;