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

Visualization in Tuna #81

Open
2 of 5 tasks
pmirallesr opened this issue Jul 6, 2020 · 1 comment
Open
2 of 5 tasks

Visualization in Tuna #81

pmirallesr opened this issue Jul 6, 2020 · 1 comment

Comments

@pmirallesr
Copy link

pmirallesr commented Jul 6, 2020

As it stands Tuna is a great tool. However it find it has some user interface deficiencies. I'll use this as an example

image

  • Every box is blue except some gray ones. This is... just annoying and makes it harder to navigate, or quickly recognize similar calls. A color scheme will improve how fast the user can process the info served to him. The UI also does not highlight calls to the same scripts from different functions
  • Also I don't know why some boxes are blue and some gray. It's probably documented somewhere, and intuitively it's related to depth, but it's not immediately obvious to the user. This is minor though
  • The UI insists in trying to show text in places it does not fit. You end up with small boxes that have stuff like "...py::165..." written in them because the string does not fit. IMO it'd be better to just hide these strings like snakeviz does
  • Navigating function calls is painful. Say I zoom into rl_algo.py on the left. To zoom back out, I need to click on the slab on top of it (its parent function) then go on clicking until I get to root. This is seriously annoying and slows me down if I'm examining the deeper calls. This is easily my biggest gripe with the current UI after color
  • There's no access to the actual profile data like in snakeviz. Its search + filtering + visualization of the data is immensely useful.

That's some of the issues I have with it. That's not to bash Tuna. Thank you for making a tool that accurately shows exec times. But I think you'd be best served by emulating snakeviz's visualization and building from there (e.g. adding a browser that lets me quickly access other profiles in this or nearby folders). As it stands yours lacks features that snakeviz implements and that makes life orders of magnitude simpler for a user.

@nschloe
Copy link
Owner

nschloe commented Oct 4, 2020

There's now a Reset zoom button.

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