mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: add mark hits to details
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user