libsysprof-ui: add timing info to marks display

This commit is contained in:
Christian Hergert
2019-06-14 13:21:24 -07:00
parent fab3b84e72
commit e9728ad7b6
2 changed files with 66 additions and 0 deletions

View File

@ -11,6 +11,7 @@
<object class="GtkTreeView" id="tree_view">
<property name="headers-visible">false</property>
<property name="enable-grid-lines">horizontal</property>
<property name="has-tooltip">true</property>
<property name="visible">true</property>
<child>
<object class="GtkTreeViewColumn" id="duration_column">