|
def | __init__ (self, port, test_name, test_path, test_runner_count=DEFAULT_TEST_RUNNER_COUNT) |
|
def | test_name (self) |
|
def | test_name_without_file_extension (self) |
|
def | test_path (self) |
|
def | description (self) |
|
def | prepare (self, time_out_ms) |
|
def | run (self, time_out_ms, no_timeout=False) |
|
def | run_single (self, driver, test_path, time_out_ms, should_run_pixel_test=False) |
|
def | run_failed (self, output) |
|
◆ __init__()
def webkitpy.performance_tests.perftest.PerfTest.__init__ |
( |
|
self, |
|
|
|
port, |
|
|
|
test_name, |
|
|
|
test_path, |
|
|
|
test_runner_count = DEFAULT_TEST_RUNNER_COUNT |
|
) |
| |
◆ description()
def webkitpy.performance_tests.perftest.PerfTest.description |
( |
|
self | ) |
|
◆ log_statistics()
def webkitpy.performance_tests.perftest.PerfTest.log_statistics |
( |
|
test_name, |
|
|
|
values, |
|
|
|
unit |
|
) |
| |
|
static |
◆ prepare()
def webkitpy.performance_tests.perftest.PerfTest.prepare |
( |
|
self, |
|
|
|
time_out_ms |
|
) |
| |
◆ run()
def webkitpy.performance_tests.perftest.PerfTest.run |
( |
|
self, |
|
|
|
time_out_ms, |
|
|
|
no_timeout = False |
|
) |
| |
◆ run_failed()
def webkitpy.performance_tests.perftest.PerfTest.run_failed |
( |
|
self, |
|
|
|
output |
|
) |
| |
◆ run_single()
def webkitpy.performance_tests.perftest.PerfTest.run_single |
( |
|
self, |
|
|
|
driver, |
|
|
|
test_path, |
|
|
|
time_out_ms, |
|
|
|
should_run_pixel_test = False |
|
) |
| |
◆ test_name()
def webkitpy.performance_tests.perftest.PerfTest.test_name |
( |
|
self | ) |
|
◆ test_name_without_file_extension()
def webkitpy.performance_tests.perftest.PerfTest.test_name_without_file_extension |
( |
|
self | ) |
|
◆ test_path()
def webkitpy.performance_tests.perftest.PerfTest.test_path |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: