commit | 88b377303f964c92e3be7077d14cf4db70436c5d | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Fri Feb 19 21:20:26 2016 +0000 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Fri Feb 19 21:20:26 2016 +0000 |
tree | 275b361cad84f21dc5b454cb4456e24855ee993b | |
parent | 32e6cb5940cb92370639c0a840b6f4622f280657 [diff] [blame] |
Reduce the default refresh rate Currently the default refresh rate is 10 secs which is tooo long for data inspection. Let's reduce it to 1 sec. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
diff --git a/powerdebug.c b/powerdebug.c index b0d2ade..356a8db 100644 --- a/powerdebug.c +++ b/powerdebug.c
@@ -92,7 +92,7 @@ int c; memset(options, 0, sizeof(*options)); - options->ticktime = 10; + options->ticktime = 1; while (1) { int optindex = 0;