Home
last modified time | relevance | path

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

/art/runtime/base/
Dhistogram.h66 uint64_t SampleSize() const { in SampleSize() function
/art/runtime/gc/
Dheap.cc826 if (iterations != 0 && pause_histogram.SampleSize() != 0) { in DumpGcPerformanceInfo()