phacility / xhprof

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.
http://pecl.php.net/package/xhprof
Apache License 2.0
2.6k stars 925 forks source link

Displaying compilation time #7

Closed alex347 closed 10 years ago

alex347 commented 12 years ago

https://bugs.php.net/bug.php?id=58797

billf commented 10 years ago

re: extra characters. if we change the extension, it is backwards incompatible to anyone who expects that format. e.g. someone who runs a script that parses the payload. in the UI, we could look for both load:: and either backslash or forward-slash in the string, which is imperfect but avoids the class load{/*...*/} problem.

please sign the contributor agreement at https://code.facebook.com/cla and i can work with you on getting this in.

epriestley commented 10 years ago

This project has a new maintainer, Phacility. We worked with the original developers and maintainers of XHProf at Facebook until 2011/2012. We recently offered to take over maintenance because we use XHProf heavily in our software (Phabricator) while Facebook is now focused on the HHVM platform and relies on XHProf much less than it once did.

I'm trying to clear out the backlog of open requests and issues. It looks like this stalled out on getting a CLA signed. Since it hasn't been updated in a long time, I'm not sure if it's still relevant. If you'd like to move forward with it, can you sign the Phacility CLA (https://secure.phabricator.com/L28) and then comment, reopen, or resubmit the request? Thanks!