moncontrol
来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 22 行
TXT
22 行
mmmmoooonnnnccccoooonnnnttttrrrroooollll((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) mmmmoooonnnnccccoooonnnnttttrrrroooollll((((3333)))) NNNNAAAAMMMMEEEE moncontrol() - turns on/off profiling during execution SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS void moncontrol( int on ); DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN 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. SSSSEEEEEEEE AAAALLLLSSSSOOOO opcprof(3), function_profile(3) Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?