Lines Matching refs:NSEC_PER_MSEC
779 printf("#%-3ld: %0.3f, ", sched->nr_runs, (double)delta / NSEC_PER_MSEC); in run_one_test()
781 printf("ravg: %0.2f, ", (double)sched->run_avg / NSEC_PER_MSEC); in run_one_test()
784 (double)sched->cpu_usage / NSEC_PER_MSEC, (double)sched->runavg_cpu_usage / NSEC_PER_MSEC); in run_one_test()
792 (double)sched->parent_cpu_usage / NSEC_PER_MSEC, in run_one_test()
793 (double)sched->runavg_parent_cpu_usage / NSEC_PER_MSEC); in run_one_test()
808 burn_nsecs(sched, NSEC_PER_MSEC); in test_calibrations()
814 sleep_nsecs(NSEC_PER_MSEC); in test_calibrations()
1379 (double)work_list->total_runtime / NSEC_PER_MSEC, in output_lat_thread()
1380 work_list->nb_atoms, (double)avg / NSEC_PER_MSEC, in output_lat_thread()
1381 (double)work_list->max_lat / NSEC_PER_MSEC, in output_lat_thread()
1977 msecs = nsecs / NSEC_PER_MSEC; in print_sched_time()
1978 nsecs -= msecs * NSEC_PER_MSEC; in print_sched_time()
3540 (double)sched->all_runtime / NSEC_PER_MSEC, sched->all_count); in perf_sched__lat()