aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cgprof
Commit message (Collapse)AuthorAgeFilesLines
* cgprof generates colored graphs for profiled executables using gcc and gprof.pav2005-01-163-0/+33
cgprof helps to have a better understanding of program structure and execution. It makes hot spots identification visual and intuitive. It is a shell script using gnu awk, that should run on any Unix like system. PR: ports/75173 Submitted by: Adam McLaurin <adam.freebsd@fastmail.fm>