sysprof: add toggle for CPU usage

This commit is contained in:
Christian Hergert
2023-08-06 00:44:04 -07:00
parent 19cd4dca01
commit 827541e88c

View File

@ -244,6 +244,19 @@
<child>
<object class="AdwPreferencesGroup">
<property name="title" translatable="yes">Counters</property>
<child>
<object class="AdwActionRow">
<property name="activatable-widget">record_cpu_usage</property>
<property name="title" translatable="yes">CPU Usage</property>
<property name="subtitle" translatable="yes">Record coarse-grained counters about CPU usage and frequency</property>
<child type="suffix">
<object class="GtkSwitch" id="record_cpu_usage">
<property name="active">true</property>
<property name="valign">center</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="activatable-widget">record_memory_counters</property>