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
feature #54854 [Stopwatch] Add ROOT constant to make it easier to reference (hacfi)
This PR was merged into the 7.2 branch.
Discussion
----------
[Stopwatch] Add `ROOT` constant to make it easier to reference
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Just an DX improvement so you can reference the root section with `$stopwatch->getSectionEvents(Stopwatch::ROOT)` instead of `$stopwatch->getSectionEvents('__root__')`.
Commits
-------
fadeafd [Stopwatch] Add `getRootSectionEvents` method `ROOT` constant to `Stopwatch`
0 commit comments