Skip to content
Snippets Groups Projects
Commit 426c7e23 authored by Georges Da Costa's avatar Georges Da Costa
Browse files

typo correction for load titles

parent 193eec77
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ int main(int argc, char **argv) { ...@@ -235,7 +235,7 @@ int main(int argc, char **argv) {
fprintf(output, "%s%u ", rapl->names[r], (unsigned int)r/rapl->nbzones); fprintf(output, "%s%u ", rapl->names[r], (unsigned int)r/rapl->nbzones);
if(load_mode==0) if(load_mode==0)
fprintf(output, "user nice system idle iowait irq softirq steal guest and guest_nice "); fprintf(output, "user nice system idle iowait irq softirq steal guest guest_nice ");
if(stat_mode==0) if(stat_mode==0)
fprintf(output, "overhead "); fprintf(output, "overhead ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment