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

Allow collapsing "recursion" of a method across different classes (different overrides when recursing on a virtual method) #4885

Open
mstange opened this issue Jan 15, 2024 · 1 comment

Comments

@mstange
Copy link
Contributor

mstange commented Jan 15, 2024

Profile: https://share.firefox.dev/4aV5m8p

In the profile above, I would like to get a percentage breakdown of the time spent in each XYZFrame::Reflow() implementation.
Ideally, I would like to "collapse recursion" on the Reflow method, even though this method is implemented on a bunch of different classes.

This pattern of having a virtual function that you call through a tree is probably not uncommon.

┆Issue is synchronized with this Jira Task

@dirxforce
Copy link

.

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

No branches or pull requests

2 participants