zephyr/tests/benchmarks/timing_info/src
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
..
arch/x86 tests: timing_info: need to calibrate TSC frequency on x86 2020-05-20 22:34:39 +02:00
main_benchmark.c tests: timing_info: need to calibrate TSC frequency on x86 2020-05-20 22:34:39 +02:00
msg_passing_bench.c
semaphore_bench.c
thread_bench.c
timing_info.h tests: timing_info: need to calibrate TSC frequency on x86 2020-05-20 22:34:39 +02:00
userspace_bench.c
yield_bench.c