Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/src/
H A Dstats.c56 rate_per_second(uint64_t value, uint64_t uptime_ns) { in rate_per_second() function
448 col_nfills_ps.uint64_val = rate_per_second(nfills, uptime); in stats_arena_bins_print()
865 rate_per_second(col_count_nmalloc.uint64_val, uptime); in stats_arena_print()
868 rate_per_second(col_count_ndalloc.uint64_val, uptime); in stats_arena_print()
874 rate_per_second(col_count_nfills.uint64_val, uptime); in stats_arena_print()
888 rate_per_second(col_count_nmalloc.uint64_val, uptime); in stats_arena_print()
891 rate_per_second(col_count_ndalloc.uint64_val, uptime); in stats_arena_print()
897 rate_per_second(col_count_nfills.uint64_val, uptime); in stats_arena_print()
916 rate_per_second(col_count_nmalloc.uint64_val, uptime); in stats_arena_print()
918 rate_per_second(col_count_ndalloc.uint64_val, uptime); in stats_arena_print()
[all …]