profiler
profiler copied to clipboard
The package provides an ability to record performance profiles.
Results
2
profiler issues
Sort by
recently updated
recently updated
newest added
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...
dependencies
php
$profiler = new Profiler($logger); $profiler->enable(false); Expects that profiler is disabled, but it returns new disabled profiler instead, and old one still stays enabled. I suggest to make enabled property mutable...