aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/timers/nsleep-lat.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-03-12selftests/timers: Add nsleep-lat test from timetest suiteJohn Stultz1-0/+190
Adds my nanosleep latency test from the timetest suite. This checks to make sure we don't see "unreasonable" latencies (> 40ms) when calling nanosleep. Cc: Shuah Khan <shuahkh@osg.samsung.com> Cc: Prarit Bhargava <prarit@redhat.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Richard Cochran <richardcochran@gmail.com> Signed-off-by: John Stultz <john.stultz@linaro.org> Tested-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>