android_mt6572_jiabo/external/autotest/client/tests/kernbench/control.readprofile
2025-09-05 16:56:03 +08:00

13 lines
343 B
Text

AUTHOR = "mbligh@google.com (Martin Bligh)"
NAME = "Kernbench readprofile"
TIME = "Medium"
TEST_CLASS = "Kernel"
TEST_CATEGORY = "Benchmark"
TEST_TYPE = "client"
DOC = """
Run kernbench using the readprofile profiler.
"""
job.profilers.add('readprofile')
job.run_test('kernbench', iterations=0, threads=5)
job.profilers.delete('readprofile')