| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
System.Timer
Description
Utilities for timing various IO actions and grouping the times by dynamically generate labels.
Abstract Datatype
A Timer is a (reference to) a map from Tag to a Double
representing the total time associated with that Tag.