You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.