Searched refs:sample_period (Results 1 – 2 of 2) sorted by relevance
4133 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;
1506 double sample_period = (double)((uint64_t)1 << lg_prof_sample); in prof_leakcheck() local1508 (double)cnt_all->curobjs) / sample_period; in prof_leakcheck()