diff options
author | pav <pav@FreeBSD.org> | 2005-01-16 04:03:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-16 04:03:11 +0800 |
commit | 300795a6599be4bf7350e3d9401802964db314fc (patch) | |
tree | 325a84efa10a57e929c80ef0588343910e11213d /devel/Makefile | |
parent | 6427f2784f58250eeb2508b2bbea10ad140454e7 (diff) | |
download | freebsd-ports-gnome-300795a6599be4bf7350e3d9401802964db314fc.tar.gz freebsd-ports-gnome-300795a6599be4bf7350e3d9401802964db314fc.tar.zst freebsd-ports-gnome-300795a6599be4bf7350e3d9401802964db314fc.zip |
cgprof generates colored graphs for profiled executables using gcc and gprof.
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>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index cf1223990383..125f7a5a88d4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -113,6 +113,7 @@ SUBDIR += cedet-emacs20 SUBDIR += cflow SUBDIR += cflow2vcg + SUBDIR += cgprof SUBDIR += chora SUBDIR += cil SUBDIR += cl-asdf |