Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dstats.c64 uint64_t uptime_s = uptime_ns / billion; in rate_per_second() local
65 return value / uptime_s; in rate_per_second()