
moncontrol(3)          C LIBRARY FUNCTIONS          moncontrol(3)

NAME
     moncontrol() - turns on/off profiling during execution

SYNOPSIS
     void moncontrol(int on);

DESCRIPTION
     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  cer-
     tain  parts of driver execution.  moncontrol() has no effect
     if profiling is not enabled at driver compile time.

Sun Release 4.1           Last change:                          1

