-
Notifications
You must be signed in to change notification settings - Fork 1.8k
pprofile: introduce SetStack helper method #14007
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
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (50.00%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #14007 +/- ##
=======================================
Coverage 91.61% 91.62%
=======================================
Files 655 656 +1
Lines 42790 42805 +15
=======================================
+ Hits 39200 39218 +18
+ Misses 2766 2764 -2
+ Partials 824 823 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Alex Boten <[email protected]>
3f9f510
This introduces the
SetStackhelper method for pprofile, as we already haveSetFunction,SetMapping,SetString, ...This is needed to help with setting up merging of profiles. #13106