Description
Measures how long IO-based monadic computations take in Haskell. It gives developers a simple way to time an action while keeping the result of that action available.
It is useful for quick performance checks, diagnostics, examples, and tests where lightweight timing is enough. It is not a full profiler; precise performance investigations still need proper benchmarking tools.