Home | History | Annotate | Download | only in perfmon
      1 TIME="SHORT"
      2 AUTHOR = "Stephane Eranian <eranian (a] google.com>"
      3 DOC = """
      4 This is a simple series of test for the perfmon2 API which
      5 provides access to the hardware performance counters of modern
      6 processors.
      7 
      8 Information about perfmon2 at:
      9 http://perfmon2.sf.net
     10 """
     11 NAME = 'perfmon'
     12 TEST_CLASS = 'kernel'
     13 TEST_CATEGORY = 'Functional'
     14 TEST_TYPE = 'client'
     15 
     16 job.run_test('perfmon')
     17