| Copyright | (c) 2009-2014 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.
- header :: ByteString
- hGetReports :: Handle -> IO (Either String [Report])
- hPutReports :: Handle -> [Report] -> IO ()
- readReports :: FilePath -> IO (Either String [Report])
- writeReports :: FilePath -> [Report] -> IO ()
Documentation
The header identifies a criterion data file. This contains version information; there is no expectation of cross-version compatibility.
writeReports :: FilePath -> [Report] -> IO () Source
Write reports to the given file.