eventlog2html-0.2.0: Visualise an eventlog
Eventlog.Types
data Header Source #
Constructors
Fields
type PartialHeader = Int -> Header Source #
data Sample Source #
Defined in Eventlog.Types
Methods
showsPrec :: Int -> Sample -> ShowS #
show :: Sample -> String #
showList :: [Sample] -> ShowS #
data Frame Source #
showsPrec :: Int -> Frame -> ShowS #
show :: Frame -> String #
showList :: [Frame] -> ShowS #
data Trace Source #
A trace we also want to show on the graph
showsPrec :: Int -> Trace -> ShowS #
show :: Trace -> String #
showList :: [Trace] -> ShowS #