summaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
commit557b7fa1488f8937156051e061ac3512330bcb7e (patch)
tree76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/gprof
parentbac7835b60cdcb2c9da2ead06274d95b6563fc3d (diff)
downloadsrc-test2-557b7fa1488f8937156051e061ac3512330bcb7e.tar.gz
src-test2-557b7fa1488f8937156051e061ac3512330bcb7e.zip
Notes
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/gprof.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1
index 4415e890f00e..1481c330cb9b 100644
--- a/usr.bin/gprof/gprof.1
+++ b/usr.bin/gprof/gprof.1
@@ -109,7 +109,7 @@ time and call counts of the cycle.
.Pp
Second, a flat profile is given,
similar to that provided by
-.Xr prof 1 .
+.Xr prof 1 .
This listing gives the total execution times, the call counts,
the time in msec or usec the call spent in the routine itself, and
the time in msec or usec the call spent in the routine itself including
@@ -153,7 +153,7 @@ option.
Suppress the printing of the graph profile entry for routine
.Ar name
(and its descendants) as
-.Fl e ,
+.Fl e ,
above, and also excludes the time spent in
.Ar name
(and its descendants) from the total and percentage time computations.
@@ -320,6 +320,6 @@ propagated properly, unless the signal catcher was invoked during
the execution of the profiling routine, in which case all is lost.
.Pp
The profiled program must call
-.Xr exit 3
+.Xr exit 3
or return normally for the profiling information to be saved
in the graph profile file.