Searched defs:SampleSize (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dhistogram.h52 // Accumulative summation of percentiles; which is the frequency / SampleSize
53 // cumulative_perc[i] = sum(frequency[j] / SampleSize : 0 < j < i )
68 uint64_t SampleSize() const { function in class:art::Histogram

Completed in 32 milliseconds