Home | History | Annotate | Download | only in power_StatsCPUFreq
      1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 AUTHOR = "Chrome OS Team"
      6 NAME = "power_StatsCPUFreq"
      7 ATTRIBUTES = "suite:power_build"
      8 PURPOSE = "Measure time spent at each CPU Frequency when system is idle."
      9 CRITERIA = "This test is a benchmark."
     10 TIME = "SHORT"
     11 TEST_CATEGORY = "Performance"
     12 TEST_CLASS = "power"
     13 TEST_TYPE = "client"
     14 
     15 DOC = """
     16 This test measures percentage time spent at each CPU frequency level when
     17 the system is idle
     18 """
     19 
     20 job.run_test('power_StatsCPUFreq')
     21