network-mux
Safe HaskellNone
LanguageHaskell2010

Network.Mux.DeltaQ.TraceStats

Synopsis

Documentation

step Source #

Arguments

:: RemoteClockModel

Remote clock timestamp

-> Time

Local clock timestamp

-> Int

the number of octets in the observed outcome

-> StatsA

accumulation state

-> (Maybe OneWayDeltaQSample, StatsA) 

data OneWayDeltaQSample Source #

One way measurement for interval. Note that the fields are lazy here so that only calculation necessary to satisfy strictness of use occurs.

data StatsA Source #

Statistics accumulator. Strict evaluation used to keep the memory footprint strictly bounded.

initialStatsA :: StatsA Source #

Initial StatsA