Home
last modified time | relevance | path

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

/art/runtime/base/
Dhistogram.h68 uint64_t SampleSize() const { in SampleSize() function
/art/runtime/gc/collector/
Dgarbage_collector.cc202 if (pause_histogram_.SampleSize() > 0) { in DumpPerformanceInfo()
/art/runtime/gc/
Dheap.cc1178 if (gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcPerformanceInfo()
1183 if (blocking_gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcPerformanceInfo()
1197 if (native_allocation_histogram_.SampleSize() > 0u) { in DumpGcPerformanceInfo()
1202 if (native_free_histogram_.SampleSize() > 0u) { in DumpGcPerformanceInfo()
1258 if (gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcCountRateHistogram()
1265 if (blocking_gc_count_rate_histogram_.SampleSize() > 0U) { in DumpBlockingGcCountRateHistogram()
/art/runtime/
Dthread_list.cc131 if (suspend_all_historam_.SampleSize() > 0) { in DumpForSigQuit()