Searched refs:pause_histogram (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc805 const Histogram<uint64_t>& pause_histogram = collector->GetPauseHistogram(); local
806 if (iterations != 0 && pause_histogram.SampleSize() != 0) {
814 pause_histogram.CreateHistogram(&cumulative_data);
815 pause_histogram.PrintConfidenceIntervals(os, 0.99, cumulative_data);

Completed in 26 milliseconds