zephyr/tests/benchmarks
Daniel Leung 625b5f5a49 tests: timing_info: need to calibrate TSC frequency on x86
For x86, TSC is being used to gather timing information. However,
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC is not the same as TSC
frequency when HPET (or other) timer is used. So use the system
clock to calibrate the TSC frequency so we can use it to
calculate timing information.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-05-20 22:34:39 +02:00
..
app_kernel kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING 2020-05-08 10:58:33 +02:00
boot_time cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
cmsis_dsp tests: ztest: prefix tests with test_ 2020-05-13 18:16:07 +02:00
latency_measure test/benchmarks/latency_measure: adapt test to 24bit Systick for STM32 2020-05-19 17:14:01 +02:00
mbedtls cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
sched cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
sys_kernel cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
timing_info tests: timing_info: need to calibrate TSC frequency on x86 2020-05-20 22:34:39 +02:00