You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
347 B
13 lines
347 B
NAME = "Profiler Test"
|
|
AUTHOR = "Mihai Rusu <dizzy@google.com>"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "General"
|
|
TEST_TYPE = "Client"
|
|
DOC = """
|
|
Tests a profiler (adds it, starts it, waits a couple of seconds then it
|
|
stops it, generates the profiler report and removes it).
|
|
"""
|
|
|
|
job.run_test('profiler_test', profiler='oprofile')
|