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, "2.0.0"},
{applications, [gleam_stdlib,
gleam_time,
humanise]},
{description, "Easily time execution of a block or function!"},
{modules, [pocket_watch,
pocket_watch@@main,
pocket_watch@ffi,
pocket_watch@summary,
pocket_watch_ffi]},
{registered, []}
]}.