Searched refs:test_time (Results 1 – 3 of 3) sorted by relevance
89 u64 test_time, comm1_time = 0, comm2_time = 0; in test__perf_time_to_tsc() local182 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()189 test_time, test_tsc); in test__perf_time_to_tsc()193 if (test_time <= comm1_time || in test__perf_time_to_tsc()194 test_time >= comm2_time) in test__perf_time_to_tsc()
175 static void test_time(void) in test_time() function519 test_time(); in main()
226 my $test_time;733 if ($test_time) {735 show_time($test_time);748 $test_time = 0;2909 $test_time = $end_time - $start_time;4466 $test_time = 0;
Completed in 8 milliseconds