Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dstats.c406 prof_stats_t prof_accum; in stats_arena_bins_print() local
417 CTL_LEAF(prof_stats_mib, 4, "accum", &prof_accum, in stats_arena_bins_print()
423 in_gap = (nslabs == 0 && prof_accum.count == 0); in stats_arena_bins_print()
473 emitter_type_uint64, &prof_accum.req_sum); in stats_arena_bins_print()
475 emitter_type_uint64, &prof_accum.count); in stats_arena_bins_print()
527 prof_accum.req_sum; in stats_arena_bins_print()
528 col_prof_accum_count.uint64_val = prof_accum.count; in stats_arena_bins_print()
620 prof_stats_t prof_accum; in stats_arena_lextents_print() local
646 CTL_LEAF(prof_stats_mib, 4, "accum", &prof_accum, in stats_arena_lextents_print()
657 emitter_type_uint64, &prof_accum.req_sum); in stats_arena_lextents_print()
[all …]
/src/contrib/jemalloc/
H A DMakefile.in250 $(srcroot)test/unit/prof_accum.c \
H A DChangeLog1119 prof_accum unit test.
1329 - Change the "opt.prof_accum" default from true to false.
1398 but only occurred in non-default configurations (prof_accum:false).
1493 if "opt.prof_accum" were disabled.