1. moncontrol(3) LP MudOSv21c7 (7 Jul 1996)
    2. 函数名称:
    3. moncontrol() - 开启或关闭侧写 (profiling).
    4. 函数语法:
    5. void moncontrol( int on );
    6. 无传回值 moncontrol( 整数 on );
    7. 函数用法:
    8. 如果参数 on 1, moncontrol() 就开启侧写. 如果 on 指定
    9. 0 , moncontrol() 会关闭侧写. 执行驱动程式 (driver)
    10. 时可以随时开关侧写, 典型的用法是只想侧写某些部份执行的情形.
    11. 如果驱动程式编译 (compile) 时, 没有开启侧写功能,
    12. moncontrol() 就没有效果.
    13. 参考函数:
    14. opcprof(3), function_profile(3)
    15. 手册翻译:
    16. Phoebus@ZH 97.Apr.15. (Writen 5/23/97)