libsysprof-gtk: add cpu frequency rows

This commit is contained in:
Christian Hergert
2023-06-30 12:44:15 -07:00
parent 38e72a0147
commit 1713c978c3

View File

@ -65,12 +65,19 @@ typedef struct _SysprofTrackMarksChart
static const SysprofTrackCounter discovery_counters[] = {
{
N_("CPU"),
N_("CPU Usage"),
"CPU Percent", "Combined",
"CPU Percent", "Total *",
.0, 100.,
},
{
N_("CPU Frequency"),
"CPU Frequency", "*",
"CPU Frequency", "*",
.0, 100.,
},
{ N_("Memory"), "Memory", "Used", NULL, NULL },
{ N_("FPS"), "gtk", "fps", "gtk", "*" },