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

/art/profman/
H A Dprofman.cc336 static constexpr uint64_t kLogThresholdTime = MsToNs(100); // 100ms local
338 if (time_taken > kLogThresholdTime) {

Completed in 43 milliseconds