Searched refs:polling_interval_ms_ (Results 1 – 2 of 2) sorted by relevance
67 : polling_interval_ms_(polling_interval_ms) {} in Watchdog()112 PERFETTO_CHECK(IsMultipleOf(window_ms, polling_interval_ms_) || bytes == 0); in SetMemoryLimit()114 size_t size = bytes == 0 ? 0 : window_ms / polling_interval_ms_ + 1; in SetMemoryLimit()123 PERFETTO_CHECK(IsMultipleOf(window_ms, polling_interval_ms_) || in SetCpuLimit()126 size_t size = percentage == 0 ? 0 : window_ms / polling_interval_ms_ + 1; in SetCpuLimit()141 std::chrono::milliseconds(polling_interval_ms_)); in ThreadMain()214 return static_cast<uint32_t>(window.size() - 1) * polling_interval_ms_; in WindowTimeForRingBuffer()
134 const uint32_t polling_interval_ms_; variable