Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhistogram.h71 uint64_t SampleSize() const { in SampleSize() function
/art/runtime/gc/collector/
Dgarbage_collector.cc346 if (pause_histogram_.SampleSize() > 0) { in DumpPerformanceInfo()
353 if (rss_histogram_.SampleSize() > 0) { in DumpPerformanceInfo()
363 if (freed_bytes_histogram_.SampleSize() > 0) { in DumpPerformanceInfo()
Dconcurrent_copying.cc3894 if (rb_slow_path_time_histogram_.SampleSize() > 0) { in DumpPerformanceInfo()
/art/runtime/gc/
Dheap.cc1295 if (gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcPerformanceInfo()
1300 if (blocking_gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcPerformanceInfo()
1377 if (gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcCountRateHistogram()
1384 if (blocking_gc_count_rate_histogram_.SampleSize() > 0U) { in DumpBlockingGcCountRateHistogram()
/art/runtime/
Dthread_list.cc143 if (suspend_all_historam_.SampleSize() > 0) { in DumpForSigQuit()