Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h267 allocation_start_time_ = NanoTime() / kTimeAdjust; in AllocationTimer()
276 uint64_t allocation_end_time = NanoTime() / kTimeAdjust; in ~AllocationTimer()
Dheap.h146 static constexpr size_t kTimeAdjust = 1024; variable
Dheap.cc828 static_cast<uint64_t>(total_allocation_time_.LoadRelaxed()) * kTimeAdjust; in DumpGcPerformanceInfo()