Home
last modified time | relevance | path

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

/Zephyr-latest/tests/arch/x86/info/src/
Dtimer.c10 #define NR_SAMPLES 10 /* sample timer 10 times */ macro
60 for (int i = 0; i < NR_SAMPLES; ++i) { in timer()
71 printk("\taverage = %uHz\n", (unsigned) (sum / NR_SAMPLES)); in timer()