Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/cpu_counters/
H A Dkpc_tests.c564 __block uint64_t first_check_ns = 0; variable
572 if (!first_check_ns) {
573 first_check_ns = clock_gettime_nsec_np(CLOCK_MONOTONIC);
636 T_LOG("%g GHz", (double)delta / (last_check_ns - first_check_ns));