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

☠️ WIP ☠️ Show traces in a call hierarchy #65

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

andytill
Copy link
Owner

Show the traces in the call hierarchy instead of a flat table.

screen shot 2016-01-12 at 20 14 07

Intended benefits:

  • Order of calls and when they return should be easier to read.
  • Origin of exceptions should be easier to read. In a flat list all the functions in a call stack will be highlighted red and it is not clear where the exception came from without some digging.

TODO:

  • Toggle between flat and hierarchy modes. Flat view is still useful to see call order between processes.
  • Fix trace filtering, which is not currently working.
  • Show call duration used just in the function call, not in functions it calls.
  • Highlight rows that are waiting results or have errors

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

Successfully merging this pull request may close these issues.

1 participant