Searched refs:kMinEventInterval (Results 1 – 1 of 1) sorted by relevance
64 const std::chrono::nanoseconds kMinEventInterval = 1s; variable678 if (interval < kMinEventInterval || maxDuration < kMinEventInterval) { in startCustomCollection()681 << std::chrono::duration_cast<std::chrono::milliseconds>(kMinEventInterval).count() in startCustomCollection()864 if (metadata->pollingIntervalNs < kMinEventInterval) { in processCollectionEvent()871 << std::chrono::duration_cast<std::chrono::seconds>(kMinEventInterval).count() in processCollectionEvent()975 if (metadata->pollingIntervalNs < kMinEventInterval) { in processMonitorEvent()981 << std::chrono::duration_cast<std::chrono::seconds>(kMinEventInterval).count() in processMonitorEvent()1007 delta < kMinEventInterval.count()) { in processMonitorEvent()