Home
last modified time | relevance | path

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

/art/runtime/base/
Dhistogram.h67 uint64_t SampleSize() const { in SampleSize() function
/art/runtime/gc/collector/
Dgarbage_collector.cc205 if (pause_histogram_.SampleSize() > 0) { in DumpPerformanceInfo()
/art/runtime/gc/
Dheap.cc999 if (gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcPerformanceInfo()
1004 if (blocking_gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcPerformanceInfo()
1062 if (gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcCountRateHistogram()
1069 if (blocking_gc_count_rate_histogram_.SampleSize() > 0U) { in DumpBlockingGcCountRateHistogram()
/art/runtime/
Dthread_list.cc108 if (suspend_all_historam_.SampleSize() > 0) { in DumpForSigQuit()