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