lttng / lttng-scope

A trace viewer and analyzer for LTTng kernel and user space traces
https://lttng.org/beta/#lttng-scope
Eclipse Public License 1.0
28 stars 6 forks source link

timegraph: Support collapsing sub-trees of attributes #29

Open ghost opened 7 years ago

ghost commented 7 years ago

The tree elements are now correctly laid out as a tree, using a TreeView container. However for now we'll auto-expand all branches, and disallow collapsing altogether.

To support collapsing we would need to trigger a refresh/repaint of the view, and obviously only display the information for entries that are visible, making sure everything is correctly aligned.