-
Notifications
You must be signed in to change notification settings - Fork 167
feat(profiling): stack walks in timeline #3591
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
base: master
Are you sure you want to change the base?
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3591 +/- ##
==========================================
+ Coverage 61.91% 61.92% +0.01%
==========================================
Files 140 140
Lines 13312 13312
Branches 1762 1762
==========================================
+ Hits 8242 8244 +2
+ Misses 4280 4277 -3
- Partials 790 791 +1 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ profiler ]Benchmark execution time: 2026-01-26 19:25:06 Comparing candidate commit dc0c9ca in PR branch Found 0 performance improvements and 9 performance regressions! Performance is the same for 18 metrics, 9 unstable metrics. scenario:php-profiler-exceptions-with-profiler-and-timeline
scenario:php-profiler-timeline-memory-with-profiler
scenario:php-profiler-timeline-memory-with-profiler-and-timeline
|
This is a draft to add the time spent stack walking to the timeline and flame graphs.
Reviewer checklist