Tags: ossinkine/xhgui
Tags
XHGui 0.8.0 Added ----- - Upgraded Twig & Slim - Example NGINX config updated. - Example of tideways extension setup included. Fixed ----- - Flamegraphs are sorted by call order now. - Flamegraph percentage values display correctly now. - MongoDB is a suggested extension now. This helps simplify use of xhgui in a collector only mode.
XHGui2 - 0.7.0 New Features ------------ - Flamegraph view. View profile results as a flamegraph (@kornrunner) - Callgraphs have links back to the profile data (@markstory) - Improved Apache config example (@MarcusSchwarz)
Xhgui 0.5.1 * Rendering does not fail when $_SERVER contains JSON encoded data. * web.config example updated. * Tideways profiler support added. * Fix callgraph close button size. * Header script no longer uses pimple. This allows xhgui to be used in environments that use an incompatible version of pimple. * Update Twig version. * Fix fatal error when REQUEST_TIME is undefined.
XHGUI2 0.5.0 * Update Call graph visualization to use a graphviz like output. This new visualization makes large callgraphs easier to navigate and read. * The cache directory can now be controlled with a configuration option. * Improved install and setup documentation. * Fixed divide by zero issue in templates. * Update to newer twig. * HTTP verbs are displayed in the run lists. * Documentation has such gooder english.
Xhgui 0.4.0 It has been far too long since a proper release of XHGui so this is a big one. I hope to make future releases more frequent and smaller. The changes you can expect in 0.4.0 are: * A default config file is now available. * The provided config file is now empty, this should help prevent conflicts in the future. * The `simple_url` config option has been added. This option lets you provide a callback that can be used to generate the short URLs that xhgui uses to group runs together. * Improved layout and many visual bug fixes. * Improved callgraph display. * Xhgui is now available on packagist.org. * The callgraph view can generate graphs for any metric now. * Improved symbol view. * Exclusive is now called Self. This better matches terminology used in other profiling tools. * You can search through run functions when viewing an individual run. * uprofiler is now supported.