Improve markup, sort sections.
This commit is contained in:
parent
6955458037
commit
3aebd5a62c
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: kgmon.8,v 1.12 2000/11/07 06:43:36 lukem Exp $
|
.\" $NetBSD: kgmon.8,v 1.13 2002/01/19 03:20:33 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1983, 1991, 1993
|
.\" Copyright (c) 1983, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -75,7 +75,7 @@ Dump the contents of the profile buffers into a
|
||||||
.Pa gmon.out
|
.Pa gmon.out
|
||||||
file.
|
file.
|
||||||
.It Fl r
|
.It Fl r
|
||||||
Reset all the profile buffers.
|
Reset all the profile buffers.
|
||||||
If the
|
If the
|
||||||
.Fl p
|
.Fl p
|
||||||
flag is also specified, the
|
flag is also specified, the
|
||||||
|
@ -83,13 +83,15 @@ flag is also specified, the
|
||||||
file is generated before the buffers are reset.
|
file is generated before the buffers are reset.
|
||||||
.It Fl M
|
.It Fl M
|
||||||
Extract values associated with the name list from the specified core
|
Extract values associated with the name list from the specified core
|
||||||
instead of the default ``/dev/kmem''.
|
instead of the default
|
||||||
|
.Pa /dev/kmem .
|
||||||
.It Fl N
|
.It Fl N
|
||||||
Extract the name list from the specified system instead of the
|
Extract the name list from the specified system instead of the
|
||||||
default ``/netbsd''.
|
default
|
||||||
|
.Pa /netbsd .
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
If neither
|
If neither
|
||||||
.Fl b
|
.Fl b
|
||||||
nor
|
nor
|
||||||
.Fl h
|
.Fl h
|
||||||
|
@ -107,18 +109,18 @@ the default system
|
||||||
.It Pa /dev/kmem
|
.It Pa /dev/kmem
|
||||||
the default memory
|
the default memory
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
|
||||||
.Xr gprof 1 ,
|
|
||||||
.Xr config 8
|
|
||||||
.Sh DIAGNOSTICS
|
.Sh DIAGNOSTICS
|
||||||
Users with only read permission on
|
Users with only read permission on
|
||||||
.Pa /dev/kmem
|
.Pa /dev/kmem
|
||||||
cannot change the state
|
cannot change the state
|
||||||
of profiling collection.
|
of profiling collection.
|
||||||
They can get a
|
They can get a
|
||||||
.Pa gmon.out
|
.Pa gmon.out
|
||||||
file with the warning that the data may be
|
file with the warning that the data may be
|
||||||
inconsistent if profiling is in progress.
|
inconsistent if profiling is in progress.
|
||||||
|
.Sh SEE ALSO
|
||||||
|
.Xr gprof 1 ,
|
||||||
|
.Xr config 8
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
|
Loading…
Reference in New Issue