mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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>
This commit is contained in:
parent
efc37e1bd7
commit
c623a39f00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126517
@ -113,6 +113,7 @@
|
||||
SUBDIR += cedet-emacs20
|
||||
SUBDIR += cflow
|
||||
SUBDIR += cflow2vcg
|
||||
SUBDIR += cgprof
|
||||
SUBDIR += chora
|
||||
SUBDIR += cil
|
||||
SUBDIR += cl-asdf
|
||||
|
25
devel/cgprof/Makefile
Normal file
25
devel/cgprof/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: cgprof
|
||||
# Date created: 16 December 2004
|
||||
# Whom: Adam McLaurin
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cgprof
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://mvertes.free.fr/download/
|
||||
|
||||
MAINTAINER= adam.freebsd@fastmail.fm
|
||||
COMMENT= Generates colored graphs for profiled executables using gcc and gprof
|
||||
|
||||
RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk \
|
||||
dotty:${PORTSDIR}/graphics/graphviz
|
||||
|
||||
NO_BUILD= yes
|
||||
MAKE_ENV= prefix=${PREFIX}
|
||||
|
||||
MAN1= cgprof.1
|
||||
PLIST_FILES= bin/cgprof
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/cgprof/distinfo
Normal file
2
devel/cgprof/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (cgprof-1.2.tar.gz) = dcf9f91367fb348f56bb816e0732e500
|
||||
SIZE (cgprof-1.2.tar.gz) = 17458
|
6
devel/cgprof/pkg-descr
Normal file
6
devel/cgprof/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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.
|
||||
|
||||
WWW: http://mvertes.free.fr/
|
Loading…
Reference in New Issue
Block a user