Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/benchmark/
H A Dhelpers.h34 #define current_timestamp_ns() (clock_gettime_nsec_np(CLOCK_MONOTONIC_RAW)); macro
/xnu-10002.41.9/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-10002.41.9/tests/vm/
H A Dperf_compressor.c224 start_time = current_timestamp_ns(); in decompress_buffer()
229 end_time = current_timestamp_ns(); in decompress_buffer()
H A Dfault_throughput.c383 start_time = current_timestamp_ns(); in start_iteration()
402 end_time = current_timestamp_ns(); in finish_iteration()