eventlog2html-0.6.0: Visualise an eventlog

Safe HaskellNone
LanguageHaskell2010

Eventlog.Types

Synopsis

Documentation

data Trace Source #

A trace we also want to show on the graph

Constructors

Trace Double Text 
Instances
Show Trace Source # 
Instance details

Defined in Eventlog.Types

Methods

showsPrec :: Int -> Trace -> ShowS #

show :: Trace -> String #

showList :: [Trace] -> ShowS #

data Frame Source #

Constructors

Frame Double [Sample] 
Instances
Show Frame Source # 
Instance details

Defined in Eventlog.Types

Methods

showsPrec :: Int -> Frame -> ShowS #

show :: Frame -> String #

showList :: [Frame] -> ShowS #

data Sample Source #

Constructors

Sample Bucket Double 
Instances
Show Sample Source # 
Instance details

Defined in Eventlog.Types

data CostCentre Source #

Constructors

CC 

Fields

Instances
Show CostCentre Source # 
Instance details

Defined in Eventlog.Types

newtype Bucket Source #

Constructors

Bucket Text 
Instances
Eq Bucket Source # 
Instance details

Defined in Eventlog.Types

Methods

(==) :: Bucket -> Bucket -> Bool #

(/=) :: Bucket -> Bucket -> Bool #

Ord Bucket Source # 
Instance details

Defined in Eventlog.Types

Show Bucket Source # 
Instance details

Defined in Eventlog.Types

Hashable Bucket Source # 
Instance details

Defined in Eventlog.Types

Methods

hashWithSalt :: Int -> Bucket -> Int #

hash :: Bucket -> Int #

ToJSON Bucket Source # 
Instance details

Defined in Eventlog.Types

data Header Source #

Instances
Show Header Source # 
Instance details

Defined in Eventlog.Types