-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix(explorer): accept trace id for flamegraph tool #103818
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
Additional details and impacted files@@ Coverage Diff @@
## master #103818 +/- ##
===========================================
- Coverage 80.61% 80.61% -0.01%
===========================================
Files 9274 9281 +7
Lines 396025 396234 +209
Branches 25250 25250
===========================================
+ Hits 319274 319409 +135
- Misses 76291 76365 +74
Partials 460 460 |
| selected_thread_id = max(thread_in_app_counts.items(), key=lambda x: x[1])[0] | ||
| show_all_frames = False | ||
| else: | ||
| # No in_app frames found, try to find MainThread |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to include these changes? Whats it for
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah just decided that we shouldn't be sending system-code profiles in any case (reverting recent change)
Adds trace id as an extra optional filter to narrow down results, since profiler ids can span multiple traces.