Home
last modified time | relevance | path

Searched refs:kSnapshotsInterval (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc69 constexpr base::TimeMillis kSnapshotsInterval(10 * 1000); variable
1427 if (now >= tracing_session->last_snapshot_time + kSnapshotsInterval) { in ReadBuffers()