Releases: QafooLabs/profiler
Releases · QafooLabs/profiler
v0.7.0
v0.6.2
v0.6.1
- Allow configuration of
QAFOO_PROFILER_ENABLE_ARGUMENTS
to profile argument functions. This only works with the custom 0.9.6 XHProf extension that is not yet available publicly. - Automatically generate
url
andmethod
custom variables in web context trace generation.
v0.6.0
- BC BREAK:
QafooLabs\Profiler::start()
third argument$flags
was removed. - Use environment variables for configuration instead of ini file (avoid parsing file in every request).
- Refactor layer profiling to configure calls from a set of defaults directly in the PHP code and allow override with options key
layers
.
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5
v0.4
- Add custom variable support
QafooLabs\Profiler::setCustomVariable($name, $value)
- Add support for configuration files
/etc/qafooprofiler/$apiKey.ini
- Seperate CurlBackend to allow quick start with profile traces and measurements.
- Change sample rate to be integer between 1 and 100 instead of 0-10000.