libsysprof-ui: add section for counter values

This commit is contained in:
Christian Hergert
2019-05-22 11:37:56 -07:00
parent b854a71804
commit bc21b47315
3 changed files with 31 additions and 1 deletions

View File

@ -131,6 +131,7 @@
</child>
<child>
<object class="SysprofMarksView" id="marks_view">
<property name="kind">marks</property>
<property name="zoom-manager">zoom_manager</property>
<property name="visible">true</property>
</object>
@ -140,6 +141,18 @@
<property name="name">timings</property>
</packing>
</child>
<child>
<object class="SysprofMarksView" id="counters_view">
<property name="kind">counters</property>
<property name="zoom-manager">zoom_manager</property>
<property name="visible">true</property>
</object>
<packing>
<!-- translators: the _ is used to denote the accelerator key -->
<property name="title" translatable="yes">_Counters</property>
<property name="name">counters</property>
</packing>
</child>
<child>
<object class="SysprofDetailsView" id="details_view">
<property name="visible">true</property>