Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ProfiledTimeline t Source #
Instances
profilingData :: IORef (Map (Ptr CostCentreStack) Int) Source #
data CostCentreTree Source #
Instances
getCostCentreStack :: Ptr CostCentreStack -> IO [Ptr CostCentre] Source #
toCostCentreTree :: Ptr CostCentreStack -> Int -> IO CostCentreTree Source #
showProfilingData :: IO () Source #
writeProfilingData :: FilePath -> IO () Source #
newtype ProfiledM m a Source #
ProfiledM | |
|