Searched refs:time_end (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/tests/ |
| H A D | user_msrs.c | 105 struct timeval time_start, time_end, time_passed; in msr_test() local 173 gettimeofday(&time_end, NULL); in msr_test() 174 timersub(&time_end, &time_start, &time_passed); in msr_test()
|
| H A D | setitimer.c | 285 uint64_t time_end = 0; variable 294 time_end = mach_absolute_time(); 326 uint64_t test_duration = time_end - time_start;
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | kern_stackshot.c | 473 uint64_t time_end = mach_absolute_time(); in stack_snapshot_from_kernel() local 492 *stackshot_duration_outer = time_end - time_start; in stack_snapshot_from_kernel() 497 error, (time_end - time_start), size, *bytes_traced); in stack_snapshot_from_kernel() 1228 uint64_t time_end = mach_absolute_time(); in kern_stack_snapshot_internal() local 1246 *stackshot_duration_outer = time_end - time_start; in kern_stack_snapshot_internal() 1248 tot_interrupts_off_abs += time_end - time_start; in kern_stack_snapshot_internal() 1263 time_end - time_start, stackshot_estimate, stackshotbuf_size); in kern_stack_snapshot_internal() 1264 stackshot_duration_prior_abs += (time_end - time_start); in kern_stack_snapshot_internal()
|