moncontrol.3 (9cb8a1050f9ab97b77ba7bb8650fe5d0a13e0f3e) | moncontrol.3 (08398af3763c9941a3a7593c3cfb49f43f8c42c1) |
---|---|
1.\" Copyright (c) 1980, 1991, 1992, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 25 unchanged lines hidden (view full) --- 34.Dd June 4, 1993 35.Dt MONCONTROL 3 36.Os BSD 4 37.Sh NAME 38.Nm moncontrol , 39.Nm monstartup 40.Nd control execution profile 41.Sh SYNOPSIS | 1.\" Copyright (c) 1980, 1991, 1992, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 25 unchanged lines hidden (view full) --- 34.Dd June 4, 1993 35.Dt MONCONTROL 3 36.Os BSD 4 37.Sh NAME 38.Nm moncontrol , 39.Nm monstartup 40.Nd control execution profile 41.Sh SYNOPSIS |
42.Fd #include <sys/types.h> 43.Ft int |
|
42.Fn moncontrol "int mode" | 44.Fn moncontrol "int mode" |
45.Ft int |
|
43.Fn monstartup "u_long *lowpc" "u_long *highpc" 44.Sh DESCRIPTION 45An executable program compiled using the 46.Fl pg 47option to 48.Xr cc 1 49automatically includes calls to collect statistics for the 50.Xr gprof 1 --- 52 unchanged lines hidden --- | 46.Fn monstartup "u_long *lowpc" "u_long *highpc" 47.Sh DESCRIPTION 48An executable program compiled using the 49.Fl pg 50option to 51.Xr cc 1 52automatically includes calls to collect statistics for the 53.Xr gprof 1 --- 52 unchanged lines hidden --- |