Searched refs:time_end (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/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 | 283 uint64_t time_end = 0; variable 292 time_end = mach_absolute_time(); 324 uint64_t test_duration = time_end - time_start;
|
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | kern_stackshot.c | 410 uint64_t time_end = mach_absolute_time(); in stack_snapshot_from_kernel() local 418 *stackshot_duration_outer = time_end - time_start; in stack_snapshot_from_kernel() 423 error, (time_end - time_start), size, *bytes_traced); in stack_snapshot_from_kernel() 785 uint64_t time_end = mach_absolute_time(); in kern_stack_snapshot_internal() local 792 *stackshot_duration_outer = time_end - time_start; in kern_stack_snapshot_internal() 794 tot_interrupts_off_abs += time_end - time_start; in kern_stack_snapshot_internal() 809 time_end - time_start, stackshot_estimate, stackshotbuf_size); in kern_stack_snapshot_internal() 810 stackshot_duration_prior_abs += (time_end - time_start); in kern_stack_snapshot_internal()
|