Home
last modified time | relevance | path

Searched refs:native_allocation_histogram_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.cc192 native_allocation_histogram_("Native allocation sizes", in Heap()
1197 if (native_allocation_histogram_.SampleSize() > 0u) { in DumpGcPerformanceInfo()
1199 native_allocation_histogram_.DumpBins(os); in DumpGcPerformanceInfo()
1200 os << " bucket size " << native_allocation_histogram_.BucketWidth() << "\n"; in DumpGcPerformanceInfo()
3875 native_allocation_histogram_.AddValue(bytes); in RegisterNativeAllocation()
Dheap.h1162 Histogram<uint64_t> native_allocation_histogram_; variable