hermod-recon-framework
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hermod.ReCon.Trace.Feed

Synopsis

Documentation

data TemporalEvent Source #

Temporal event represents multiple trace messages spanning some duration of time together with an index of the event.

Constructors

TemporalEvent 

Fields

  • beg :: Word64

    Microseconds since epoch when the event begins.

  • messages :: [TraceMessage]
     

type TemporalEventDurationMicrosec = Word Source #

For performance considerations we group trace messages within the specified duration in one TemporalEvent.