الواجهة العامة CPUInfoOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
منطقية مجردة | يحتوي علىCacheSize (مفتاح السلسلة) Cache sizes (in bytes), e.g. |
خريطة مجردة <سلسلة، طويلة> | حجم الكاش () استخدم 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. |
سلسلة مجردة | 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. |
سلسلة مجردة | الحصول على معلومات CpuInfo () Additional cpu information. |
مجردة com.google.protobuf.ByteString | الحصول على CpuInfoBytes () Additional cpu information. |
مجردة مزدوجة | الحصول علىMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
مجردة طويلة | الحصول على NumCores () int64 num_cores = 1; |
مجردة طويلة | الحصول على NumCoresAllowed () int64 num_cores_allowed = 2; |
الأساليب العامة
يحتوي الملخص المنطقي العام على CacheSize (مفتاح السلسلة)
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;