Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in4133 my $sample_period = $8;
4145 if (defined($sample_period) && ($sample_period ne '')) {
4146 $sample_adjustment = int($sample_period);
4150 if (defined($sample_period) && ($sample_period ne '')) {
4151 $sample_adjustment = int($sample_period)/2;
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c1506 double sample_period = (double)((uint64_t)1 << lg_prof_sample); in prof_leakcheck() local
1508 (double)cnt_all->curobjs) / sample_period; in prof_leakcheck()