Add support for hiding certain interpreter frames automatically
Open
- Dominant language
- C++
- Stars
- 6.5k
- Forks
- 868
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 218
Description
For example, ART profiles have trampoline frames which are fine *but* not great for having in profiles. Similar things I'm sure exist in Python etc also.
We should automatically hide things like this and let people reenable them if they want.
Contributor guide
Research direction
No file, test, or entry point is named. Start by locating the code that represents or filters interpreter frames in profiles, then inspect how ART trampoline frames are handled and whether similar Python cases exist. Done means such frames are hidden automatically while users can reenable them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100