xref moncontrol(3) instead of obsolete monitor(3), sort xrefs

This commit is contained in:
mikel 1997-07-16 06:51:44 +00:00
parent b3f3644fcf
commit 85a9bc4ee4
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: gprof.1,v 1.8 1997/07/10 07:57:07 mikel Exp $
.\" $NetBSD: gprof.1,v 1.9 1997/07/16 06:51:44 mikel Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -91,7 +91,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 milliseconds the call spent in the routine itself, and
the time in milliseconds the call spent in the routine itself including
@ -235,10 +235,10 @@ Dynamic call graph and profile.
Summarized dynamic call graph and profile.
.El
.Sh SEE ALSO
.Xr monitor 3 ,
.Xr profil 2 ,
.Xr cc 1 ,
.Xr prof 1
.Xr prof 1 ,
.Xr profil 2 ,
.Xr moncontrol 3
.Rs
.%T "An Execution Profiler for Modular Programs"
.%A S. Graham