
moncontrol(3)         LPC Library Functions         moncontrol(3)

NNAAMMEE
       moncontrol() - turns on/off profiling during execution

SSYYNNOOPPSSIISS
       void moncontrol( int on );

DDEESSCCRRIIPPTTIIOONN
       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.

SSEEEE AALLSSOO
       opcprof(3), function_profile(3)

Majik                      26 Jul 1997                          1

