Source-Changes-HG archive

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

[src/netbsd-1-4]: src/gnu/dist/gprof pull up rev 1.2 from trunk (requested by...



details:   https://anonhg.NetBSD.org/src/rev/80c0604cacd8
branches:  netbsd-1-4
changeset: 469479:80c0604cacd8
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Sep 24 03:50:38 1999 +0000

description:
pull up rev 1.2 from trunk (requested by is):
  Remove references to nonexistent manual pages and replace them with
  up-to-date references where appropriate.

diffstat:

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

diffs (38 lines):

diff -r 2e325c723ac0 -r 80c0604cacd8 gnu/dist/gprof/gprof.1
--- a/gnu/dist/gprof/gprof.1    Fri Sep 24 03:48:00 1999 +0000
+++ b/gnu/dist/gprof/gprof.1    Fri Sep 24 03:50:38 1999 +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