mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +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[] = {
|
static const SysprofTrackCounter discovery_counters[] = {
|
||||||
{
|
{
|
||||||
N_("CPU"),
|
N_("CPU Usage"),
|
||||||
"CPU Percent", "Combined",
|
"CPU Percent", "Combined",
|
||||||
"CPU Percent", "Total *",
|
"CPU Percent", "Total *",
|
||||||
.0, 100.,
|
.0, 100.,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
N_("CPU Frequency"),
|
||||||
|
"CPU Frequency", "*",
|
||||||
|
"CPU Frequency", "*",
|
||||||
|
.0, 100.,
|
||||||
|
},
|
||||||
|
|
||||||
{ N_("Memory"), "Memory", "Used", NULL, NULL },
|
{ N_("Memory"), "Memory", "Used", NULL, NULL },
|
||||||
|
|
||||||
{ N_("FPS"), "gtk", "fps", "gtk", "*" },
|
{ N_("FPS"), "gtk", "fps", "gtk", "*" },
|
||||||
|
|||||||
Reference in New Issue
Block a user