Searched refs:current_timestamp_ns (Results 1 – 3 of 3) sorted by relevance
34 #define current_timestamp_ns() (clock_gettime_nsec_np(CLOCK_MONOTONIC_RAW)); macro
120 globals->tg_start_time = current_timestamp_ns(); in writer()141 globals->tg_end_time = current_timestamp_ns(); in writer()
223 start_time = current_timestamp_ns(); in decompress_buffer()228 end_time = current_timestamp_ns(); in decompress_buffer()