HomeSort by relevance Sort by last modified time
    Searched refs:allocation_start_time_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
heap-inl.h 279 allocation_start_time_ = NanoTime() / kTimeAdjust;
289 heap_->total_allocation_time_.FetchAndAddSequentiallyConsistent(allocation_end_time - allocation_start_time_);
heap.h 1065 uint64_t allocation_start_time_; member in class:art::gc::Heap::AllocationTimer
    [all...]

Completed in 155 milliseconds