network-mux-0.1.0.0: Multiplexing library
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

-> (StatsA, Maybe OneWayDeltaQSample) 

data OneWayDeltaQSample Source #

One way measurement for interval. Note that the fields are lazy here so that only calcuation 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