commit | 29cb757ca90ecee02263a8e5548a15a06f6338e6 | [log] [tgz] |
---|---|---|
author | Amit Arora <amit.arora@linaro.org> | Tue Oct 05 17:40:29 2010 +0530 |
committer | Amit Arora <amit.arora@linaro.org> | Tue Oct 05 17:40:29 2010 +0530 |
tree | d7de90633fb803ddc4b46f51894da324a756e497 | |
parent | b8c58469e22be0296fbce753f6f46f7a69129f99 [diff] [blame] |
Display all clocks in non-verbose mode too Show clocks with > 0 usecount in "bold" text.
diff --git a/powerdebug.h b/powerdebug.h index 25c8787..6b7f665 100644 --- a/powerdebug.h +++ b/powerdebug.h
@@ -52,6 +52,7 @@ extern int numregulators; extern int dump; +extern double ticktime; extern void usage(char **argv); extern void version(void);