পাবলিক ইন্টারফেস CPUInfoOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত বুলিয়ান | ক্যাশসাইজ (স্ট্রিং কী) রয়েছে Cache sizes (in bytes), e.g. |
বিমূর্ত মানচিত্র<স্ট্রিং, দীর্ঘ> | getCacheSize () পরিবর্তে getCacheSizeMap() ব্যবহার করুন। |
বিমূর্ত int | 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. |
বিমূর্ত স্ট্রিং | getCpu গভর্নর () 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; |
পাবলিক পদ্ধতি
সর্বজনীন বিমূর্ত বুলিয়ানে রয়েছে ক্যাশসাইজ (স্ট্রিং কী)
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;
সর্বজনীন বিমূর্ত মানচিত্র<স্ট্রিং, দীর্ঘ> 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;