tagsoupSource codeContentsIndex
TagSoup.Benchmark
Synopsis
timefile :: FilePath -> IO ()
sample :: String
time :: IO ()
benchWith :: (Integer -> String, Integer -> ByteString, Integer -> ByteString) -> ((Integer -> ()) -> IO [String]) -> IO ()
benchVariable :: (Integer -> ()) -> IO [String]
benchStatic :: Integer -> (Integer -> ()) -> IO [String]
showUnit :: Integer -> String
getTime :: IO Double
timer :: () -> IO Double
grid :: [[String]] -> String
delay2 :: [[[String]]] -> [[[String]]]
size :: [Double] -> Double
mean :: [Double] -> Double
stddev :: [Double] -> Double
range :: Double -> [Double] -> Double
Documentation
timefile :: FilePath -> IO ()Source
sample :: StringSource
time :: IO ()Source
benchWith :: (Integer -> String, Integer -> ByteString, Integer -> ByteString) -> ((Integer -> ()) -> IO [String]) -> IO ()Source
benchVariable :: (Integer -> ()) -> IO [String]Source
benchStatic :: Integer -> (Integer -> ()) -> IO [String]Source
showUnit :: Integer -> StringSource
Given a number, show it using a unit and decimal place
getTime :: IO DoubleSource
timer :: () -> IO DoubleSource
grid :: [[String]] -> StringSource
delay2 :: [[[String]]] -> [[[String]]]Source
size :: [Double] -> DoubleSource
mean :: [Double] -> DoubleSource
stddev :: [Double] -> DoubleSource
range :: Double -> [Double] -> DoubleSource
Produced by Haddock version 2.4.2