Skip to content
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: merge adjacent events as single collapsed event #333

Open
Tracked by #229
lcottercertinia opened this issue Aug 3, 2023 · 0 comments
Open
Tracked by #229

feat: merge adjacent events as single collapsed event #333

lcottercertinia opened this issue Aug 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lcottercertinia
Copy link
Collaborator

lcottercertinia commented Aug 3, 2023

Is your feature request related to a problem?

It would be great if by default the call tree merged like events to make navigation easier.

Describe the solution you'd like

Events next to each other that match would be merged into a parent on the call tree.
This make the Call Tree smaller and easier to view, we would need a count number in that case.
This would do things like merge method calls that are happening in a loop.
Expand the parent node would show the thousand of calls underneath.

Method calls in Loops can take up a lot of space in the call tree. I would like a way to see them more easily

Describe the solution you'd like

Add a call tree toggle to Show adjacent repeat nodes as a single row with a Call count.

Do the same on the timeline.

@lcottercertinia lcottercertinia added the enhancement New feature or request label Aug 3, 2023
@lcottercertinia lcottercertinia modified the milestone: v1.24.0 May 28, 2024
@lcottercertinia lcottercertinia changed the title feat: merge adjacent like events in call tree feat: merge adjacent events Jan 5, 2025
@lcottercertinia lcottercertinia changed the title feat: merge adjacent events feat: merge adjacent events as single collapsed event Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant