function_profile
来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 36 行
TXT
36 行
ffffuuuunnnnccccttttiiiioooonnnn____pppprrrrooooffffiiiilllleeee((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) ffffuuuunnnnccccttttiiiioooonnnn____pppprrrrooooffffiiiilllleeee((((3333)))) NNNNAAAAMMMMEEEE function_profile() - get function profiling information for an object SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS mixed *function_profile( object ob ); DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN Returns function profiling information for `ob', or this_object() if `ob' is not specified. This is only available if the driver was compiled with PROFILE_FUNCTIONS defined. RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE An array of mappings is returned, one for each function in `ob', the format of the mapping is: ([ "name" : name_of_the_function, "calls" : number_of_calls, /* cpu time expressed in microseconds */ "self" : cpu_time_spent_in self, "children" : cpu_time_spent_in_children ]) The usefulness of this is tied to the resolution of the CPU clock--even though the units are microseconds, the CPU timer resolution is often much less SSSSEEEEEEEE AAAALLLLSSSSOOOO rusage(3), time_expression(3), opcprof(3) Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?