power: Add option to log time spent in suspend
authorColin Cross <ccross@android.com>
Tue, 19 Jul 2011 19:33:45 +0000 (12:33 -0700)
committerTodd Poynor <toddpoynor@google.com>
Wed, 20 Jul 2011 22:40:48 +0000 (15:40 -0700)
commit07b02fbd98dcc988eb3379b916832473bd8bdfc1
tree6bcc897fba2b8cde9b22e863108f34fdc6dade13
parent9549cff379d6ca4640dd71c3e8637d4f0248d8eb
power: Add option to log time spent in suspend

Prints the time spent in suspend in the kernel log, and
keeps statistics on the time spent in suspend in
/sys/kernel/debug/suspend_time

Change-Id: Ia6b9ebe4baa0f7f5cd211c6a4f7e813aefd3fa1d
Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: Todd Poynor <toddpoynor@google.com>
kernel/power/Kconfig
kernel/power/Makefile
kernel/power/suspend_time.c [new file with mode: 0644]