Searched refs:log_start_timestamp (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/src/
H A Dprof.c103 static nstime_t log_start_timestamp = NSTIME_ZERO_INITIALIZER; variable
2543 nstime_update(&log_start_timestamp);
2678 uint64_t ns = nstime_ns(&now) - nstime_ns(&log_start_timestamp);

Completed in 53 milliseconds