Skip to content

v1.3.0

Compare
Choose a tag to compare
@beberlei beberlei released this 23 Nov 11:00
· 9 commits to master since this release
  • Bring versioning of PHP library in sync with PECL extension as they will be released together now.
  • Add auto start functionality using QAFOOPROFILER_APIKEY environment or qafooprofiler.api_key ini variable when present.
  • Ignore callback based php internal functions during profiling, because in the single-level hierachy they hide direct relationships between function calls.
  • Improve QafooLabs\Profiler::startDevelopment to do everything necessary to generate traces, always. Also enable memory profiling mode for this.