moncontrol(3) LPC Library Functions moncontrol(3)
NNAAMMEE
moncontrol() - turns on/off profiling during execution
SSYYNNOOPPSSIISS
void moncontrol( int on );
DDEESSCCRRIIPPTTIIOONN
If passed 1, moncontrol() enables profiling. If passed 0,
moncontrol() disables profiling. It can be called many
times during execution, typical use is to profile only
certain parts of driver execution. moncontrol() has no
effect if profiling is not enabled at driver compile time.
SSEEEE AALLSSOO
opcprof(3), function_profile(3)
MudOS 5 Sep 1994 1