Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Library for summing fprof analysis totals by function.

Notifications You must be signed in to change notification settings

jkrukoff/fprof-totals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fprof Totals

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!

No good answer

Development

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

Library Usage

For library usage, generated documentation is available in the repository.

Escript

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]

About

Library for summing fprof analysis totals by function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages