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

JUnit XML export #49

Closed tomasnorre closed 9 years ago

tomasnorre commented 9 years ago

Hi,

I'm considering implementing some performance testing in my deployment pipeline, and therefore i'm considering xhprof, i'm already using it in my development environment, so it's a familiar tool to me.

I'm considering to implement a JUnit xml export, so that it can be use inside of jenkins, so see if the performance changes over time, on a predefined set of visited URL's at the website.

Do you have any notes to add to this, and how do you like the idea?

I'm acutually think its better to put it in xhgui [1]

1) https://github.com/perftools/xhgui