Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc1492 static constexpr uint64_t kLogThresholdTime = MsToNs(100); // 100ms in LogCompletionTime() local
1494 if (time_taken > kLogThresholdTime) { in LogCompletionTime()