Searched defs:gc_heap_end_ns (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc1274 uint64_t gc_heap_end_ns = NanoTime(); local
1294 VLOG(heap) << "Heap trim of managed (duration=" << PrettyDuration(gc_heap_end_ns - start_ns)
1296 << PrettyDuration(end_ns - gc_heap_end_ns) << ", advised=" << PrettySize(native_reclaimed)

Completed in 67 milliseconds