Searched refs:timestamper (Results 1 – 1 of 1) sorted by relevance
71 …size_t size, std::unique_ptr<Timestamper> timestamper = std::make_unique<TimestamperInMilliseconds…112 size_t size, std::unique_ptr<Timestamper> timestamper) in TimestampedCircularBuffer() argument113 : CircularBuffer<TimestampedEntry<T>>(size), timestamper_(std::move(timestamper)) {} in TimestampedCircularBuffer()