Searched refs:start_time (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/collector/
H A Dgarbage_collector.cc65 uint64_t start_time = NanoTime(); local
110 duration_ns_ = end_time - start_time;
/art/runtime/gc/space/
H A Dimage_space.cc166 uint64_t start_time = 0; local
168 start_time = NanoTime();
241 LOG(INFO) << "ImageSpace::Init exiting (" << PrettyDuration(NanoTime() - start_time)
H A Ddlmalloc_space.cc156 uint64_t start_time = 0; local
158 start_time = NanoTime();
217 LOG(INFO) << "Space::CreateAllocSpace exiting (" << PrettyDuration(NanoTime() - start_time)
/art/compiler/
H A Dimage_writer.cc175 uint64_t start_time = NanoTime(); local
182 LOG(INFO) << "RecordImageAllocations took " << PrettyDuration(NanoTime() - start_time);

Completed in 2182 milliseconds