ממשק ציבורי CPUInfoOrBuilder
| תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
| בוליאני מופשט | containsCacheSize (מפתח מחרוזת) Cache sizes (in bytes), e.g. |
| מפה מופשטת<String, Long> | getCacheSize () השתמש ב- getCacheSizeMap() במקום זאת. |
| מופשט int | 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; |
שיטות ציבוריות
public abstract boolean containsCacheSize (מפתח מחרוזת)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6; תקציר ציבורי 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; תקציר ציבורי כפול getMhzPerCpu ()
How fast are these cpus?
double mhz_per_cpu = 3; תקציר ציבורי ארוך getNumCores ()
int64 num_cores = 1;
תקציר ציבורי ארוך getNumCoresAllowed ()
int64 num_cores_allowed = 2;