
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

