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