diff options
author | Amit Arora <amit.arora@linaro.org> | 2010-10-05 17:42:07 +0530 |
---|---|---|
committer | Amit Arora <amit.arora@linaro.org> | 2010-10-05 17:42:07 +0530 |
commit | 30d8d0abcd0cbf4a8f024631a3f368b5f0626fde (patch) | |
tree | 43a396d990dee4c92a9b58bdc002bf59ea39e8b0 /display.c | |
parent | 29cb757ca90ecee02263a8e5548a15a06f6338e6 (diff) | |
download | powerdebug-30d8d0abcd0cbf4a8f024631a3f368b5f0626fde.tar.gz |
Print refresh rate
Diffstat (limited to 'display.c')
-rw-r--r-- | display.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -189,6 +189,8 @@ void show_header(void) print(header_win, 0, 0, "PowerDebug version %s (C) Linaro", VERSION); + print(header_win, 50, 0, "Refresh Rate %4.2f Secs", + ticktime); wrefresh(header_win); |