This is a simple OTP library for aggregating the totals section of an fprof analysis. Why didn't I just use cprof in the first place, you might ask? Excellent question!
This is an erlang.mk based project, so all commands are part of the Makefile.
Help: make help
Compile: make
Run Tests: make check
Build docs: make docs
Build escript: make escript
For library usage, generated documentation is available in the repository.
The library can also be used as the escript fproftotals, built with make escript. This will provide a simple CLI for converting fprof analysis files
into an aggregated version. An optional 3rd parameter allows for choosing the
sort criteria.
Usage: fproftotals <infile> <outfile> [sort:fun|cnt|acc|own]