maybench-0.2: Automated benchmarking toolSource codeContentsIndex
Test.Maybench
Documentation
data Benchmark Source
Constructors
Benchmark
benchIters :: Int
benchTimes :: [TimeDiff]
run :: MonadIO m => CommandModifier m -> m (String, String)Source
runC :: MonadIO m => Command -> m (String, String)Source
runProcessWithInput :: FilePath -> [String] -> String -> IO (String, String)Source
averageTime :: String -> String -> String -> Int -> IO DoubleSource
showTimeDiff :: (String, TimeDiff) -> StringSource
printTimeDiff :: (String, TimeDiff) -> IO ()Source
hour :: IntSource
day :: IntSource
month :: IntSource
year :: IntSource
minute :: IntSource
timeDiffToSeconds :: TimeDiff -> IntSource
secondsToTimeDiff :: Int -> TimeDiffSource
compareTimes :: Fractional a => (String, a) -> (String, a) -> Maybe StringSource
Produced by Haddock version 2.1.0