xref: /aosp_15_r20/external/autotest/client/site_tests/power_StatsCPUFreq/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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
5AUTHOR = "ChromeOS Team"
6NAME = "power_StatsCPUFreq"
7ATTRIBUTES = "suite:power_build"
8PURPOSE = "Measure time spent at each CPU Frequency when system is idle."
9CRITERIA = "This test is a benchmark."
10TIME = "SHORT"
11TEST_CATEGORY = "Performance"
12TEST_CLASS = "power"
13TEST_TYPE = "client"
14PY_VERSION = 3
15
16DOC = """
17This test measures percentage time spent at each CPU frequency level when
18the system is idle
19"""
20
21job.run_test('power_StatsCPUFreq')
22