API Reference Tim v0.1.0
modules
Modules
Tim
provides the macro time
that takes any valid Elixir expression and returns a map
containing several statistics for the expression's execution time, the result of the
evaluated expression, and the expression's string representation. To use
time
, require or import Tim
into your environment and pipe in the expression
Aggregates stats.