Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h390 uint64_t allocation_end_time = NanoTime() / kTimeAdjust; in ~AllocationTimer() local
391 …heap_->total_allocation_time_.FetchAndAddSequentiallyConsistent(allocation_end_time - allocation_s… in ~AllocationTimer()