Copyright | (c) 2009, 2010 Bryan O'Sullivan |
---|---|
License | BSD-style |
Maintainer | bos@serpentine.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell98 |
Criterion.IO
Description
Input and output actions.
Documentation
header :: ByteString
hGetResults :: Handle -> IO (Either String ResultForest)
hPutResults :: Handle -> ResultForest -> IO ()
readResults :: FilePath -> IO (Either String ResultForest)
writeResults :: FilePath -> ResultForest -> IO ()