Copyright | Copyright (c) 2012-2017 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Tested with: GHC 8.0.1
The module defines TimingStatsWriter
that knows how to write
the timing statistics in HTML.
Synopsis
- data TimingStatsWriter a = TimingStatsWriter {}
- defaultTimingStatsWriter :: (Show a, TimingData a) => TimingStatsWriter a
Documentation
data TimingStatsWriter a Source #
Defines a writer that knows how to represent the TimingStats
as the HTML table.
TimingStatsWriter | |
|
defaultTimingStatsWriter :: (Show a, TimingData a) => TimingStatsWriter a Source #
The default writer.