1. 在storage中创建xhprof的domain

2.在xhprof中,给对应的版本应用开启调试

3.在版本内的代码加入

sae_xhprof_start();
// 需要调优的代码
// ...
sae_xhprof_end();

4.在xhprof中,查看调优的代码,排前面的方法花费约多时间,具体函数可以通过点击进去查看

相关文章:

  • 2021-06-09
  • 2021-10-14
  • 2021-10-14
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-14
  • 2021-04-05
  • 2021-10-10
  • 2022-01-29
  • 2022-02-28
  • 2021-09-15
相关资源
相似解决方案