Skip to content

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

Open
andytill wants to merge 9 commits intomasterfrom
traces_in_tree_view
Open

☠️ WIP ☠️ Show traces in a call hierarchy#65
andytill wants to merge 9 commits intomasterfrom
traces_in_tree_view

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