Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Returns the current CPU frequency value in GHz.
freq = mkl_get_cpu_frequency()
The function mkl_get_cpu_frequency returns the current CPU frequency in GHz.
The returned value may vary from run to run if power management or Intel® Turbo Boost Technology is enabled.
Name |
Type |
Description |
---|---|---|
freq |
DOUBLE PRECISION |
Current CPU frequency value in GHz |