Current section
Files
Jump to
Current section
Files
src/erlperf.app.src
{application,erlperf,
[{description,"Erlang Performance & Benchmarking Suite"},
{vsn,"2.0.0"},
{registered,[erlperf_sup,erlperf_job_sup,erlperf_monitor,
erlperf_history,erlperf_file_log,
erlperf_cluster_monitor]},
{mod,{erlperf_app,[]}},
{applications,[kernel,stdlib,argparse]},
{env,[]},
{modules,[]},
{licenses,["BSD 3-clause clear"]},
{links,[{"Github","https://github.com/max-au/erlperf"}]}]}.