network-mux-0.1.0.1: Multiplexing library
Safe Haskell None
Language Haskell2010

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 calcuation necessary to satisfy strictness of use occurs.

data StatsA Source #

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