Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/benchmark/
H A Dhelpers.h34 #define current_timestamp_ns() (clock_gettime_nsec_np(CLOCK_MONOTONIC_RAW)); macro
/xnu-8020.121.3/tests/counter/
H A Dbenchmark.c120 globals->tg_start_time = current_timestamp_ns(); in writer()
141 globals->tg_end_time = current_timestamp_ns(); in writer()
/xnu-8020.121.3/tests/vm/
H A Dfault_throughput.c384 start_time = current_timestamp_ns(); in start_iteration()
403 end_time = current_timestamp_ns(); in finish_iteration()