Home
last modified time | relevance | path

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

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