Portability | GHC |
---|---|
Stability | experimental |
Maintainer | aseipp@pobox.com |
Safe Haskell | None |
System.Microtimer
Contents
- Timing
IO
actions. - Formatting timing results.
Description
A tiny module for measuring the time taken by an IO
action.
This module is a almost a direct copy of the
Criterion.Measurement
module from the criterion
package,
written by Bryan O'Sullivan.