changed description
This commit is contained in:
parent
0afc6286e7
commit
24aae128b9
2
main.c
2
main.c
@ -68,7 +68,7 @@ int main(void) {
|
|||||||
total_jiffies_idle = current_total_jiffies_idle;
|
total_jiffies_idle = current_total_jiffies_idle;
|
||||||
|
|
||||||
fseek(out_file, 0, SEEK_SET);
|
fseek(out_file, 0, SEEK_SET);
|
||||||
fprintf(out_file, "Custom CPU: %.02f", utilization * 100);
|
fprintf(out_file, "%.02f", utilization * 100);
|
||||||
fflush(out_file);
|
fflush(out_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user