Searched refs:polling_interval_ms_ (Results 1 – 2 of 2) sorted by relevance
94 : polling_interval_ms_(polling_interval_ms) {} in Watchdog()194 PERFETTO_CHECK(IsMultipleOf(window_ms, polling_interval_ms_) || bytes == 0); in SetMemoryLimit()196 size_t size = bytes == 0 ? 0 : window_ms / polling_interval_ms_ + 1; in SetMemoryLimit()205 PERFETTO_CHECK(IsMultipleOf(window_ms, polling_interval_ms_) || in SetCpuLimit()208 size_t size = percentage == 0 ? 0 : window_ms / polling_interval_ms_ + 1; in SetCpuLimit()234 auto ret = poll(fds, kFdCount, static_cast<int>(polling_interval_ms_)); in ThreadMain()375 return static_cast<uint32_t>(window.size() - 1) * polling_interval_ms_; in WindowTimeForRingBuffer()
169 const uint32_t polling_interval_ms_; variable