aboutsummaryrefslogtreecommitdiff
path: root/src/devices/device.cpp
diff options
context:
space:
mode:
authorRajagopal Venkat <rajagopal.venkat@linaro.org>2012-11-23 16:14:12 +0530
committerRajagopal Venkat <rajagopal.venkat@linaro.org>2012-12-07 20:02:43 +0530
commita322b28a9580b245c29c128a425c320d34c78821 (patch)
tree7299e819c76b8c2121cbd7b78c06975dfa87d99d /src/devices/device.cpp
parentc138a3ddc2b2ed2c9dd2ebfd23be12e5aad9261e (diff)
Add support for devfreq device freq statslinaro-powertop-2013.08linaro-devlinaro-2012.12
Add new window to display devfreq device frequency statistics. Signed-off-by: Rajagopal Venkat <rajagopal.venkat@linaro.org>
Diffstat (limited to 'src/devices/device.cpp')
-rw-r--r--src/devices/device.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/device.cpp b/src/devices/device.cpp
index 00ec5e6..6ff3a22 100644
--- a/src/devices/device.cpp
+++ b/src/devices/device.cpp
@@ -289,6 +289,7 @@ void show_report_devices(void)
report.begin_cell();
report.add(all_devices[i]->human_name());
}
+
}