-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(profiling) support new ZendMM api #2969
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2969 +/- ##
============================================
+ Coverage 72.93% 74.78% +1.84%
Complexity 2781 2781
============================================
Files 139 112 -27
Lines 15166 11017 -4149
Branches 1022 0 -1022
============================================
- Hits 11062 8239 -2823
+ Misses 3552 2778 -774
+ Partials 552 0 -552
Flags with carried forward coverage won't be shown. Click here to find out more. see 28 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Benchmarks [ profiler ]Benchmark execution time: 2025-01-14 08:14:19 Comparing candidate commit af5825e in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 28 metrics, 8 unstable metrics. |
1ef435b
to
9f23f8d
Compare
146d1ec
to
ca68121
Compare
840daa4
to
e0e3862
Compare
e68c066
to
21d6bf2
Compare
4bd7be9
to
9c9742c
Compare
9c9742c
to
af5825e
Compare
Description
This PR changes the way we hook into the ZendMM starting from PHP 8.4 thanks to the new ZendMM API that got introduced in php/php-src#13432
PROF-10116
Reviewer checklist