Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc1493 uint64_t time_taken = NanoTime() - start_ns_; in LogCompletionTime() local
1494 if (time_taken > kLogThresholdTime) { in LogCompletionTime()
1495 LOG(WARNING) << "profman took " << PrettyDuration(time_taken); in LogCompletionTime()