benchmark-function-0.1.0.1: Test the time it takes to run a haskell function

Safe HaskellSafe
LanguageHaskell2010

Test.Benchmark.Function

Documentation

runData :: Show a => a -> IO () Source #

timeData :: Show a => a -> IO Float Source #

timeAndPrintData :: Show a => a -> IO () Source #