| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | bos@serpentine.com |
| Safe Haskell | None |
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.