Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gprof Merge manpage changes for gprof fro...



details:   https://anonhg.NetBSD.org/src/rev/1bf332b2ebbf
branches:  trunk
changeset: 513661:1bf332b2ebbf
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Aug 06 20:05:16 2001 +0000

description:
Merge manpage changes for gprof from gnu/dist/gprof.

diffstat:

 gnu/dist/toolchain/gprof/gprof.1 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 40f0a1a92e3e -r 1bf332b2ebbf gnu/dist/toolchain/gprof/gprof.1
--- a/gnu/dist/toolchain/gprof/gprof.1  Mon Aug 06 20:01:23 2001 +0000
+++ b/gnu/dist/toolchain/gprof/gprof.1  Mon Aug 06 20:05:16 2001 +0000
@@ -44,7 +44,7 @@
 .B \-pg
 option of
 .BR cc ( 1 ) ,
-.BR pc ( 1 ) ,
+.BR c++ ( 1 ) ,
 and
 .BR f77 ( 1 ) .
 The
@@ -77,9 +77,7 @@
 a listing of the members of the cycle and their contributions to the
 time and call counts of the cycle.
 .PP
-Second, a flat profile is given,
-similar to that provided by
-.BR prof ( 1 )  .
+Second, a flat profile is given.
 This listing gives the total execution times, the call counts,
 the time in milliseconds the call spent in the routine itself, and
 the time in milliseconds the call spent in the routine itself including
@@ -207,10 +205,12 @@
 .br
 gmon.sum summarized dynamic call graph and profile.
 .SH SEE ALSO
-.BR monitor ( 3 ) ,
+.BR moncontrol ( 3 ) ,
+.BR monstartup ( 3 ) ,
 .BR profil ( 2 ) ,
 .BR cc ( 1 ) ,
-.BR prof ( 1 )
+.BR c++ ( 1 ) ,
+.BR f77 ( 1 )
 .sp
 ``An Execution Profiler for Modular Programs'',
 by S. Graham, P. Kessler, M. McKusick;



Home | Main Index | Thread Index | Old Index