Xhprof
hp_compile_file
主要以key(load::文件名)记录相关信息。hp_compile_string
主要以key(eval::文件名)记录eval函数执行的相关信息。hp_execute
或hp_execute_ex
记录用户代码执行的相关信息。hp_execute_internal
记录C函数执行的相关信息。
https://yaoguais.github.io/article/xhprof/theory.html
Last updated
hp_compile_file
主要以key(load::文件名)记录相关信息。
hp_compile_string
主要以key(eval::文件名)记录eval函数执行的相关信息。
hp_execute
或hp_execute_ex
记录用户代码执行的相关信息。
hp_execute_internal
记录C函数执行的相关信息。
https://yaoguais.github.io/article/xhprof/theory.html
Last updated