Skip to content

Instantly share code, notes, and snippets.

@odelbos
odelbos / timer.ex
Created March 19, 2022 12:30
Elixir : Measure the execution time of an 'exp'
defmodule Timer do
@moduledoc """
Helper module to measure the execution time of an 'exp'
"""
@doc """
Measure the execution time of 'exp'.
## Parameters