MCPcopy Create free account
hub / github.com/Abc-Arbitrage/Disruptor-cpp / LatencyRecorder

Method LatencyRecorder

Disruptor.TestTools/LatencyRecorder.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30 LatencyRecorder::LatencyRecorder(std::int64_t sampleSize)
31 : m_accumulator(boost::accumulators::tag::tail< boost::accumulators::right >::cache_size = sampleSize)
32 {
33 }
34
35 void LatencyRecorder::record(std::int64_t value)
36 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected