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