libsysprof-ui: add mark hits to details

This commit is contained in:
Christian Hergert
2019-05-21 22:22:58 -07:00
parent 3321308c4a
commit 35590fe315
4 changed files with 26 additions and 3 deletions

View File

@ -228,6 +228,19 @@
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Hits</property>
<child>
<object class="GtkCellRendererText">
<property name="xalign">0.0</property>
</object>
<attributes>
<attribute name="text">4</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Min</property>
@ -290,6 +303,8 @@
<column type="gchararray"/>
<!-- column-name Avg -->
<column type="gchararray"/>
<!-- column-name Hits -->
<column type="gint64"/>
</columns>
</object>
</interface>