aboutsummaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
authorAmit Arora <amit.arora@linaro.org>2010-10-05 17:42:07 +0530
committerAmit Arora <amit.arora@linaro.org>2010-10-05 17:42:07 +0530
commit30d8d0abcd0cbf4a8f024631a3f368b5f0626fde (patch)
tree43a396d990dee4c92a9b58bdc002bf59ea39e8b0 /display.c
parent29cb757ca90ecee02263a8e5548a15a06f6338e6 (diff)
downloadpowerdebug-30d8d0abcd0cbf4a8f024631a3f368b5f0626fde.tar.gz
Print refresh rate
Diffstat (limited to 'display.c')
-rw-r--r--display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/display.c b/display.c
index 5ace639..41d2bb0 100644
--- a/display.c
+++ b/display.c
@@ -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);