Searched refs:cpu_delay_dat (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/realtime/func/pi_perf/ |
D | pi_perf.c | 78 stats_container_t low_dat, cpu_delay_dat; variable 176 stats_container_init(&cpu_delay_dat, iterations); in high_prio_thread() 198 stats_container_append(&cpu_delay_dat, rec); in high_prio_thread() 204 stats_hist(&cpu_delay_hist, &cpu_delay_dat); in high_prio_thread() 206 "Iteration", "Latency (us)", &cpu_delay_dat, in high_prio_thread() 214 printf("Min delay = %ld us\n", stats_min(&cpu_delay_dat)); in high_prio_thread() 215 printf("Max delay = %ld us\n", stats_max(&cpu_delay_dat)); in high_prio_thread() 216 printf("Average delay = %4.2f us\n", stats_avg(&cpu_delay_dat)); in high_prio_thread() 217 printf("Standard Deviation = %4.2f us\n", stats_stddev(&cpu_delay_dat)); in high_prio_thread() 219 stats_quantiles_calc(&cpu_delay_dat, &cpu_delay_quantiles); in high_prio_thread() [all …]
|