Searched refs:snapshot_buffer (Results 1 – 2 of 2) sorted by relevance
39633 auto* snapshot_buffer = &tracing_session->clock_snapshot_ring_buffer; in MaybeSnapshotClocksIntoRingBuffer() local39638 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()
53855 auto* snapshot_buffer = &tracing_session->clock_snapshot_ring_buffer; in MaybeSnapshotClocksIntoRingBuffer() local53860 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()