| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Eventlog.Ticky
Documentation
renderTicky :: Word64 -> Map TickyCounterId TickyCounter -> Map InfoTablePtr InfoTableLoc -> [TickySample] -> (Double, Html) Source #
data AccumStats Source #
Constructors
| AccumStats | |
Instances
| Show AccumStats Source # | |
Defined in Eventlog.Ticky Methods showsPrec :: Int -> AccumStats -> ShowS # show :: AccumStats -> String # showList :: [AccumStats] -> ShowS # | |
insertSample :: TickySample -> AccumStats -> AccumStats Source #
initStats :: TickySample -> AccumStats Source #
css :: AttributeValue -> Html Source #
htmlHeader :: Args -> Html Source #
renderTickyInfo :: Bool -> Map TickyCounterId (InfoTableLocStatus, (TickyCounter, AccumStats, Double)) -> Html Source #