mbligh | 74d51af | 2008-07-09 01:56:10 +0000 | [diff] [blame] | 1 | NAME = 'Check TSC' |
| 2 | AUTHOR = 'Michael Davidson <md@google.com>' |
| 3 | TIME = 'MEDIUM' |
| 4 | TEST_CLASS = 'Kernel' |
| 5 | TEST_CATEGORY = 'Functional' |
| 6 | TEST_TYPE = 'client' |
mbligh | 74d51af | 2008-07-09 01:56:10 +0000 | [diff] [blame] | 7 | DOC = """ |
| 8 | checktsc is a user space program that checks TSC synchronization |
| 9 | between pairs of CPUs on an SMP system using a technique borrowed |
| 10 | from the Linux 2.6.18 kernel. |
| 11 | """ |
| 12 | |
mbligh | 50f4b3c | 2007-03-14 16:42:41 +0000 | [diff] [blame] | 13 | job.run_test('tsc') |