Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 355 Bytes

xhprof.md

File metadata and controls

9 lines (5 loc) · 355 Bytes
  • hp_compile_file主要以key(load::文件名)记录相关信息。
  • hp_compile_string主要以key(eval::文件名)记录eval函数执行的相关信息。
  • hp_executehp_execute_ex记录用户代码执行的相关信息。
  • hp_execute_internal记录C函数执行的相关信息。

https://yaoguais.github.io/article/xhprof/theory.html