From 4f592ed011d0678c459b166c854b9e9247cd1b26 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 2 Jun 2022 09:29:04 -0400 Subject: speed up firemon --- src/firemon/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/firemon/top.c') diff --git a/src/firemon/top.c b/src/firemon/top.c index 0633370ac..3e7323ded 100644 --- a/src/firemon/top.c +++ b/src/firemon/top.c @@ -267,7 +267,7 @@ void top(void) { // set pid table int i; - int itv = 1; // 1 second interval + int itv = 3; // 3 second interval pid_read(0); // start cpu measurements -- cgit v1.2.3-54-g00ecf