diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1999-05-25 02:24:52 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1999-05-25 02:24:52 +0000 |
commit | 5f1ee2837a62589b20227b7216fd587d433662c7 (patch) | |
tree | 8d176bc736cf88c40ab81b3d8d3fbf86ca8c3170 /share/man/man4 | |
parent | d4148e3ecda46a14e1244649419d5a22480cf357 (diff) |
also explain about makeoptions PROF="-pg".
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/options.4 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index e65307c6662..4342ef92e9b 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.31 1999/05/25 02:04:02 provos Exp $ +.\" $OpenBSD: options.4,v 1.32 1999/05/25 02:24:51 provos Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -211,6 +211,11 @@ structures is detected. .It Cd option GPROF Adds code to the kernel for kernel profiling with .Xr kgmon 8 . +.It Cd makeoptions PROF="-pg" +The -pg flag causes the kernel to be compiled with support for profiling. +The +.Em option GPROF +is required for the kernel compile to succeed. .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 |