Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc39633 auto* snapshot_buffer = &tracing_session->clock_snapshot_ring_buffer; in MaybeSnapshotClocksIntoRingBuffer() local
39638 if (snapshot_buffer->size() >= kClockSnapshotRingBufferSize) { in MaybeSnapshotClocksIntoRingBuffer()
39639 snapshot_buffer->erase_front(1 + snapshot_buffer->size() - in MaybeSnapshotClocksIntoRingBuffer()
39642 snapshot_buffer->emplace_back(std::move(snapshot)); in MaybeSnapshotClocksIntoRingBuffer()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp53855 auto* snapshot_buffer = &tracing_session->clock_snapshot_ring_buffer; in MaybeSnapshotClocksIntoRingBuffer() local
53860 if (snapshot_buffer->size() >= kClockSnapshotRingBufferSize) { in MaybeSnapshotClocksIntoRingBuffer()
53861 snapshot_buffer->erase_front(1 + snapshot_buffer->size() - in MaybeSnapshotClocksIntoRingBuffer()
53864 snapshot_buffer->emplace_back(std::move(snapshot)); in MaybeSnapshotClocksIntoRingBuffer()