mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: add cpu frequency rows
This commit is contained in:
@ -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", "*" },
|
||||
|
||||
Reference in New Issue
Block a user