Packages

Easily time execution of a block or function!

Current section

Files

Jump to
pocket_watch src pocket_watch.app.src
Raw

src/pocket_watch.app.src

{application, pocket_watch, [
{vsn, "1.0.0"},
{applications, [birl,
gleam_stdlib,
gleeunit,
humanise]},
{description, "Easily time execution of a block or function!"},
{modules, [pocket_watch]},
{registered, []}
]}.