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

Make indirect-conversion graph for Profiler UIs, and Profilers #20

Open
mhansen opened this issue Nov 20, 2021 · 1 comment
Open

Make indirect-conversion graph for Profiler UIs, and Profilers #20

mhansen opened this issue Nov 20, 2021 · 1 comment

Comments

@mhansen
Copy link
Owner

mhansen commented Nov 20, 2021

Include conversions. Maybe have a tab, just like we did on Profiles, to show the bigger graph.

There's a lot of graph traversal going on. I wonder if we could generalise this, with some kind of walk function that can decide whether to walk backwards or forwards, and whether to follow conversions or not. Probably time to generalise some of this code.

@mhansen
Copy link
Owner Author

mhansen commented Nov 20, 2021

Probably a lot of people start with a profiler, and would be interested in intermediate transforms that you can run on the (possibly many) outputs of the profiler.

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

1 participant