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

Table view drill down - caller vs callee #13

Open
davidanthoff opened this issue Jul 11, 2020 · 1 comment
Open

Table view drill down - caller vs callee #13

davidanthoff opened this issue Jul 11, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@davidanthoff
Copy link

Looking at the table view for a typical Julia session:

image

It looks to me that if I expand say the second row, then I get a list of stack frames that are calling the function on the second line, and then if I expand further I get the callers of those lines etc.

I think that is very useful, but wouldn't it be even more useful if expand showed the functions that are being called from that function, i.e. a way to drill down and see how the time is composed across the work that is being done inside the function that I'm drilling down into?

Maybe in an ideal way one could explore in both directions from any given row?

CC @pfitzseb, @aviatesk, @vchuravy

@connor4312
Copy link
Member

I think this is an interesting idea. However I'm not sure what the user experience would look like. I'll think about it, and am open to suggestions as well.

@connor4312 connor4312 added the enhancement New feature or request label Sep 9, 2020
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

2 participants