interfejs publiczny CPUInfoOrBuilder
Znane podklasy pośrednie |
Metody publiczne
abstrakcyjna wartość logiczna | zawieraCacheSize (klucz ciąg) Cache sizes (in bytes), e.g. |
abstrakcyjna Mapa<String, Long> | getCacheSize () Zamiast tego użyj funkcji getCacheSizeMap() . |
streszczenie wew | getCacheSizeCount () Cache sizes (in bytes), e.g. |
abstrakcyjna Mapa<String, Long> | getCacheSizeMap () Cache sizes (in bytes), e.g. |
streszczenie długie | getCacheSizeOrDefault (klucz ciągu, długa wartość domyślna) Cache sizes (in bytes), e.g. |
streszczenie długie | getCacheSizeOrThrow (klucz ciąg) Cache sizes (in bytes), e.g. |
abstrakcyjny ciąg | pobierzCpuGovernor () What kind of cpu scaling is enabled on the host. |
streszczenie com.google.protobuf.ByteString | getCpuGovernorBytes () What kind of cpu scaling is enabled on the host. |
abstrakcyjny ciąg | pobierzCpuInfo () Additional cpu information. |
streszczenie com.google.protobuf.ByteString | getCpuInfoBytes () Additional cpu information. |
abstrakcyjny dublet | pobierzMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
streszczenie długie | getNumCores () int64 num_cores = 1; |
streszczenie długie | getNumCoresAllowed () int64 num_cores_allowed = 2; |
Metody publiczne
publiczna wartość logiczna abstrakcyjna zawieraCacheSize (klucz ciąg)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
publiczne streszczenie Map<String, Long> getCacheSize ()
Zamiast tego użyj funkcji getCacheSizeMap()
.
publiczne streszczenie int getCacheSizeCount ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
publiczna abstrakcja Map<String, Long> getCacheSizeMap ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
publiczne streszczenie długie getCacheSizeOrDefault (klucz ciągu, długa wartość domyślna)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
publiczna abstrakcja długa getCacheSizeOrThrow (klucz ciąg)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
publiczny ciąg abstrakcyjny getCpuGovernor ()
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
publiczne streszczenie 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;
publiczny ciąg abstrakcyjny getCpuInfo ()
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
publiczne streszczenie 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;
publiczne streszczenie podwójne getMhzPerCpu ()
How fast are these cpus?
double mhz_per_cpu = 3;
publiczne streszczenie długie getNumCores ()
int64 num_cores = 1;
publiczne streszczenie długie getNumCoresAllowed ()
int64 num_cores_allowed = 2;