D | ResourceTimer.cpp | 212 void ResourceTimer::Timer::Percentile::compute( in compute() function in android::ResourceTimer::Timer::Percentile 220 void ResourceTimer::Timer::compute() { in compute() function in android::ResourceTimer::Timer 239 pvalues.p50.compute(sum, buckets[d][j], count, width[d], j * width[d]); in compute() 242 pvalues.p90.compute(sum, buckets[d][j], count, width[d], j * width[d]); in compute() 245 pvalues.p95.compute(sum, buckets[d][j], count, width[d], j * width[d]); in compute() 248 pvalues.p99.compute(sum, buckets[d][j], count, width[d], j * width[d]); in compute()
|