Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/collector/
H A Dgarbage_collector.cc325 if (pause_histogram_.SampleSize() > 0) { in DumpPerformanceInfo()
332 if (rss_histogram_.SampleSize() > 0) { in DumpPerformanceInfo()
342 if (freed_bytes_histogram_.SampleSize() > 0) { in DumpPerformanceInfo()
H A Dconcurrent_copying.cc3863 if (rb_slow_path_time_histogram_.SampleSize() > 0) { in DumpPerformanceInfo()
/aosp12/art/libartbase/base/
H A Dhistogram.h71 uint64_t SampleSize() const { in SampleSize() function
/aosp12/art/runtime/gc/
H A Dheap.cc1232 if (gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcPerformanceInfo()
1237 if (blocking_gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcPerformanceInfo()
1313 if (gc_count_rate_histogram_.SampleSize() > 0U) { in DumpGcCountRateHistogram()
1320 if (blocking_gc_count_rate_histogram_.SampleSize() > 0U) { in DumpBlockingGcCountRateHistogram()
/aosp12/art/runtime/
H A Dthread_list.cc139 if (suspend_all_historam_.SampleSize() > 0) { in DumpForSigQuit()