mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
cpu: discover cpu counters from SpCaptureReader
This allows us to dynamically discover the cpu counters from the capture by looking for the "CPU Total" category.
This commit is contained in:
@ -172,7 +172,7 @@
|
||||
<object class="GtkListBox" id="visualizer_rows">
|
||||
<property name="visible">true</property>
|
||||
<child>
|
||||
<object class="SpLineVisualizerRow" id="cpu_row">
|
||||
<object class="SpCpuVisualizerRow" id="cpu_row">
|
||||
<property name="title" translatable="yes">CPU</property>
|
||||
<property name="height-request">75</property>
|
||||
<property name="selectable">false</property>
|
||||
|
||||
Reference in New Issue
Block a user