diff --git a/sysinfo.odin b/sysinfo.odin index 6348537..acbc9a9 100644 --- a/sysinfo.odin +++ b/sysinfo.odin @@ -222,7 +222,7 @@ get_cpu_usage_perc :: proc() -> (f64, bool) { } } - time.sleep(time.Second * 1) + time.sleep(time.Millisecond * 200) i = 0 data, ok = __read_entire_file_from_filename("/proc/stat")