Lines Matching refs:NSEC_PER_MSEC
769 printf("#%-3ld: %0.3f, ", sched->nr_runs, (double)delta / NSEC_PER_MSEC); in run_one_test()
771 printf("ravg: %0.2f, ", (double)sched->run_avg / NSEC_PER_MSEC); in run_one_test()
774 (double)sched->cpu_usage / NSEC_PER_MSEC, (double)sched->runavg_cpu_usage / NSEC_PER_MSEC); in run_one_test()
782 (double)sched->parent_cpu_usage / NSEC_PER_MSEC, in run_one_test()
783 (double)sched->runavg_parent_cpu_usage / NSEC_PER_MSEC); in run_one_test()
798 burn_nsecs(sched, NSEC_PER_MSEC); in test_calibrations()
804 sleep_nsecs(NSEC_PER_MSEC); in test_calibrations()
1353 (double)work_list->total_runtime / NSEC_PER_MSEC, in output_lat_thread()
1354 work_list->nb_atoms, (double)avg / NSEC_PER_MSEC, in output_lat_thread()
1355 (double)work_list->max_lat / NSEC_PER_MSEC, in output_lat_thread()
1844 msecs = nsecs / NSEC_PER_MSEC; in print_sched_time()
1845 nsecs -= msecs * NSEC_PER_MSEC; in print_sched_time()
3198 (double)sched->all_runtime / NSEC_PER_MSEC, sched->all_count); in perf_sched__lat()