Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
- data Header = Header {
- hJob :: Text
- hDate :: Text
- hHeapProfileType :: Text
- hSamplingRate :: Text
- hSampleUnit :: Text
- hValueUnit :: Text
- hCount :: Int
- data Sample = Sample Text Double
- data Frame = Frame Double [Sample]
- data Trace = Trace Double Text
- data ProfData = ProfData Header (Map Text (Double, Double)) [Frame] [Trace]
Documentation
Header | |
|
A trace we also want to show on the graph