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

/art/runtime/gc/
H A Dheap-inl.h288 uint64_t allocation_end_time = NanoTime() / kTimeAdjust; local
289 heap_->total_allocation_time_.FetchAndAddSequentiallyConsistent(allocation_end_time - allocation_start_time_);

Completed in 19 milliseconds