Searched refs:kTimeAdjust (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/
H A Dheap-inl.h383 allocation_start_time_(kMeasureAllocationTime ? NanoTime() / kTimeAdjust : 0u) { }
390 uint64_t allocation_end_time = NanoTime() / kTimeAdjust;
H A Dheap.h161 static constexpr size_t kTimeAdjust = 1024; member in class:art::gc::Heap
H A Dheap.cc964 static_cast<uint64_t>(total_allocation_time_.LoadRelaxed()) * kTimeAdjust;

Completed in 30 milliseconds