CPUInfoOrBuilder

antarmuka publik CPUInfoOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

boolean abstrak
berisiCacheSize (kunci string)
 Cache sizes (in bytes), e.g.
Peta abstrak<String, Panjang>
dapatkanUkuranCache ()
Gunakan getCacheSizeMap() sebagai gantinya.
abstrak ke dalam
dapatkanCacheSizeCount ()
 Cache sizes (in bytes), e.g.
Peta abstrak<String, Panjang>
dapatkanCacheSizeMap ()
 Cache sizes (in bytes), e.g.
abstrak panjang
getCacheSizeOrDefault (kunci string, nilai default panjang)
 Cache sizes (in bytes), e.g.
abstrak panjang
getCacheSizeOrThrow (kunci string)
 Cache sizes (in bytes), e.g.
Tali abstrak
dapatkanCpuGovernor ()
 What kind of cpu scaling is enabled on the host.
abstrak com.google.protobuf.ByteString
dapatkanCpuGovernorBytes ()
 What kind of cpu scaling is enabled on the host.
Tali abstrak
dapatkanCpuInfo ()
 Additional cpu information.
abstrak com.google.protobuf.ByteString
dapatkanCpuInfoBytes ()
 Additional cpu information.
abstrak ganda
dapatkanMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
abstrak panjang
dapatkanNumCore ()
int64 num_cores = 1;
abstrak panjang
dapatkanNumCoresDiizinkan ()
int64 num_cores_allowed = 2;

Metode Publik

boolean abstrak publik berisiCacheSize (kunci String)

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

peta abstrak publik<String, Panjang> getCacheSize ()

Gunakan getCacheSizeMap() sebagai gantinya.

abstrak publik int getCacheSizeCount ()

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

peta abstrak publik<String, Panjang> getCacheSizeMap ()

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

abstrak publik getCacheSizeOrDefault panjang (kunci string, nilai default panjang)

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

abstrak publik getCacheSizeOrThrow panjang (kunci string)

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

String abstrak publik getCpuGovernor ()

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

abstrak publik 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;

String abstrak publik getCpuInfo ()

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

abstrak publik 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;

abstrak publik getMhzPerCpu ganda ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

abstrak publik getNumCores panjang ()

int64 num_cores = 1;

abstrak publik getNumCoresAllowed panjang ()

int64 num_cores_allowed = 2;