foundation-0.0.29: Alternative prelude with batteries and no dependencies
License BSD-style
Maintainer Foundation maintainers
Safe Haskell None
Language Haskell2010

Foundation.Timing

Description

An implementation of a timing framework

Synopsis

Documentation

stopWatch :: (a -> b) -> a -> IO Timing Source #

Simple one-time measurement of time & other metrics spent in a function

measure :: Word -> (a -> b) -> a -> IO Measure Source #

In depth timing & other metrics analysis of a function