
moncontrol(3)         LPC 系统函数         moncontrol(3)

名称
     moncontrol() - turns on/off profiling during execution

语法
     void moncontrol( int on );

描述
     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.

请参考
     opcprof(3), function_profile(3)

MudOS                Last change: 5 Sep 1994                    1

