-
Notifications
You must be signed in to change notification settings - Fork 155
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): Add fatals and thread start/end events to timeline #2820
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2820 +/- ##
=========================================
Coverage 82.10% 82.10%
Complexity 2527 2527
=========================================
Files 108 108
Lines 10358 10358
=========================================
Hits 8504 8504
Misses 1854 1854
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
BenchmarksBenchmark execution time: 2024-09-11 15:18:56 Comparing candidate commit 2d130a9 in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 26 metrics, 9 unstable metrics. scenario:walk_stack/1
|
a686d5e
to
4450c03
Compare
4450c03
to
dbf0ec8
Compare
13f4873
to
c4324d4
Compare
Benchmarks [ profiler ]Benchmark execution time: 2024-11-06 14:26:25 Comparing candidate commit 008a41a in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 27 metrics, 9 unstable metrics. |
Description
This PR will add timeline events for:
PROF-10117
PROF-10118
PROF-10119
Reviewer checklist