heaptrack: custom delegate for unforked backtraces
Open, NormalPublic

Description

the tree view currently wastes a lot of horizontal space for call graphs such as:

a
|- b
|  |- c
|     |- d
|        |- e
|-f

I imagine that a custom delegate could be used instead to show this instead as

a
|- b
|  c
|  d
|  e
|-f

or alternatively as

a
|- b > c > d > e
|-f
mwolff created this task.Feb 26 2016, 6:53 PM