Home
last modified time | relevance | path

Searched refs:max_mhz (Results 1 – 7 of 7) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dcpu_info.cc260 float max_mhz = 0; in Init() local
272 max_mhz = static_cast<float>(performance_frequency.QuadPart); in Init()
291 max_mhz = max(mhz, max_mhz); in Init()
321 if (max_mhz != 0) { in Init()
322 cycles_per_ms_ = static_cast<int64_t>(max_mhz); in Init()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dcpu_info.cc319 float max_mhz = 0; in Init() local
331 max_mhz = static_cast<float>(performance_frequency.QuadPart); in Init()
350 max_mhz = max(mhz, max_mhz); in Init()
386 if (max_mhz != 0) { in Init()
387 cycles_per_ms_ = static_cast<int64_t>(max_mhz); in Init()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dcpu_info.cc337 float max_mhz = 0; in Init() local
349 max_mhz = static_cast<float>(performance_frequency.QuadPart); in Init()
398 max_mhz = max(mhz, max_mhz); in Init()
439 if (max_mhz != 0) { in Init()
440 cycles_per_ms_ = static_cast<int64_t>(max_mhz); in Init()
/dports/devel/py-pyperf/pyperf-2.3.0/pyperf/
H A D_system.py532 max_mhz = int(scaling_max_freq) // 1000
533 if min_mhz != max_mhz:
535 % (min_mhz, max_mhz))
537 freq = 'min=max=%s MHz' % max_mhz
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/x86/turbostat/
H A Dturbostat.c5441 unsigned int base_mhz, max_mhz, bus_mhz, edx; in process_cpuid() local
5446 base_mhz = max_mhz = bus_mhz = edx = 0; in process_cpuid()
5448 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx); in process_cpuid()
5451 base_mhz, max_mhz, bus_mhz); in process_cpuid()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/x86/turbostat/
H A Dturbostat.c5441 unsigned int base_mhz, max_mhz, bus_mhz, edx; in process_cpuid() local
5446 base_mhz = max_mhz = bus_mhz = edx = 0; in process_cpuid()
5448 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx); in process_cpuid()
5451 base_mhz, max_mhz, bus_mhz); in process_cpuid()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/x86/turbostat/
H A Dturbostat.c5441 unsigned int base_mhz, max_mhz, bus_mhz, edx; in process_cpuid() local
5446 base_mhz = max_mhz = bus_mhz = edx = 0; in process_cpuid()
5448 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx); in process_cpuid()
5451 base_mhz, max_mhz, bus_mhz); in process_cpuid()