aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof/gprof.h
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-05-23 00:37:56 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-05-23 00:37:56 +0000
commit7e74cac42ed3750633f384a5fb4529a6c986dab8 (patch)
tree363b3bad3e5fec97261262680d944ae947c3fea0 /usr.bin/gprof/gprof.h
parentfce8f73e4d8c1ae15d658a47f1d7094fe7191c56 (diff)
downloadsrc-7e74cac42ed3750633f384a5fb4529a6c986dab8.tar.gz
src-7e74cac42ed3750633f384a5fb4529a6c986dab8.zip
Construct the profile file name from the name of the executable. A program
compiled with -pg and run will generate a file <executable-filename>.gmon, not gmon.out. PR: bin/8426
Notes
Notes: svn path=/head/; revision=47420
Diffstat (limited to 'usr.bin/gprof/gprof.h')
-rw-r--r--usr.bin/gprof/gprof.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index ce164d55a57d..e42647300a9d 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -84,7 +84,6 @@ char *a_outname;
#define A_OUTNAME "a.out"
char *gmonname;
-#define GMONNAME "gmon.out"
#define GMONSUM "gmon.sum"
/*