Searched refs:kLogThresholdTime (Results 1 – 1 of 1) sorted by relevance
1492 static constexpr uint64_t kLogThresholdTime = MsToNs(100); // 100ms in LogCompletionTime() local1494 if (time_taken > kLogThresholdTime) { in LogCompletionTime()