Skip to content

Tags: ossinkine/xhgui

Tags

0.8.0

Toggle 0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
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.

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Xhgui 0.7.1

Bugfixes
--------

* Fix errors when extensions report metrics inconsistently.
* Fix flamegraph height for deep call stacks.

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
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)

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
XHGUI 0.6.0

* Add PHP7 support. (@sylus)

v0.5.2

Toggle v0.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Xhgui 0.5.2

New Features

* Jump link on run page to function list.
* Improved API docs.

Bugfixes

* Fix default profiling rate to actually be 1:100
* Xhgui can now be run in a subdirectory without URL rewriting.

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
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.

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
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.

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
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.

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Xhgui v0.3.0

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Xhgui 0.2.0

Xhgui hooks into an application and storing profile data in MongoDB. It allows
you to view summary information, profile data, callgraphs and compare runs with
historical data.