PHP Profiler with method execution count, times etc. without extensions

回眸只為那壹抹淺笑 提交于 2019-12-02 15:05:22

问题


Is there any class or library that I can use for profiling, finding bottlenecks, seeing unnecessary execution times etc in my local php environment using beside the CI's default profiler?

I'm going to use it remotely and my host doesn't have any debug extensions installed, and I don't want to ask them to install, and if there's any PHP solution of it, it'll be nice.

If possible, without installing an extension or altering php.ini file please.

(I edited the title because it made the question look Codeigniter specific, but it's not.)


回答1:


XHProf from the Facebook team

http://internetwebsitedesign.biz/tutorials/advanced-codeigniter-profiling-with-xhprof

Code available here:

https://github.com/facebook/xhprof



来源:https://stackoverflow.com/questions/10315124/php-profiler-with-method-execution-count-times-etc-without-extensions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!