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

Merge allocation sites per callstack #29

Open
gbaraldi opened this issue Oct 30, 2023 · 0 comments
Open

Merge allocation sites per callstack #29

gbaraldi opened this issue Oct 30, 2023 · 0 comments

Comments

@gbaraldi
Copy link
Member

In the current version, we show all allocations a function and it's callees, might do. But that can unnecessarily expose internals that the user might not care about. So maybe we should have an option to merge them via callsite, so that if I have a function call that potentially does 5 allocations, we show the allocation site at the "top-level".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants