diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1999-05-25 02:04:03 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1999-05-25 02:04:03 +0000 |
commit | d4148e3ecda46a14e1244649419d5a22480cf357 (patch) | |
tree | 084ba75a9783662e446f3d2da584e74bd93218d0 /share/man | |
parent | 176564c329a3abdd5f3d384cb9868e5e3d2e16de (diff) |
explain about option GPROF.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/options.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index e9521cffd3c..e65307c6662 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.30 1999/05/16 19:56:33 alex Exp $ +.\" $OpenBSD: options.4,v 1.31 1999/05/25 02:04:02 provos Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -208,6 +208,9 @@ option, which may decrease system performance. Adds code to the kernel that does internal consistency checks. This code will cause the kernel to panic if corruption of internal data structures is detected. +.It Cd option GPROF +Adds code to the kernel for kernel profiling with +.Xr kgmon 8 . .It Cd option KTRACE Adds hooks for the system call tracing facility, which allows users to watch the system call invocation behavior of processes. See |