Home
last modified time | relevance | path

Searched refs:start_ns (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/tests/
H A Dsetitimer.c652 uint64_t start_ns = clock_gettime_nsec_np(CLOCK_MONOTONIC); variable
653 uint64_t expected_end_ns = start_ns + (ITIMER_PROF_SECS * NSEC_PER_SEC);
673 (double)(last_ns - start_ns) / 1e9, (double)(end_timeout_ns - start_ns) / 1e9);
677 (double)(last_ns - start_ns) / 1e9, (double)(expected_end_ns - start_ns) / 1e9);
695 uint64_t start_ns = clock_gettime_nsec_np(CLOCK_MONOTONIC); variable
696 uint64_t expected_end_ns = start_ns + (EXPECTED_PROF_DURATION_SECS * NSEC_PER_SEC);
717 (double)(last_ns - start_ns) / 1e9, (double)(end_timeout_ns - start_ns) / 1e9);
721 (double)(last_ns - start_ns) / 1e9, (double)(expected_end_ns - start_ns) / 1e9);
/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c1940 uint64_t start_ns; in pmap_startup() local
1973 absolutetime_to_nanoseconds(mach_absolute_time(), &start_ns); in pmap_startup()
2100 (now_ns - start_ns) / NSEC_PER_USEC); in pmap_startup()