|
| def | __init__ (self, module=None, test_method=None, setup_method=None, total_bytes=None, full_iteration=1) |
| |
| def | __init__ (self, module=None, test_method=None, setup_method=None, total_bytes=None, full_iteration=1) |
| |
| def | dry_run (self, test_method_args='', setup_method_args='') |
| |
| def | dry_run (self, test_method_args='', setup_method_args='') |
| |
| def | full_setup_code (self, setup_method_args='') |
| |
| def | full_setup_code (self, setup_method_args='') |
| |
| def | run_benchmark (self, test_method_args='', setup_method_args='') |
| |
| def | run_benchmark (self, test_method_args='', setup_method_args='') |
| |
| def | set_test_method (self, test_method) |
| |
| def | set_test_method (self, test_method) |
| |
◆ __init__() [1/2]
| def benchmarks.python.py_benchmark.Benchmark.__init__ |
( |
|
self, |
|
|
|
module = None, |
|
|
|
test_method = None, |
|
|
|
setup_method = None, |
|
|
|
total_bytes = None, |
|
|
|
full_iteration = 1 |
|
) |
| |
◆ __init__() [2/2]
| def benchmarks.python.py_benchmark.Benchmark.__init__ |
( |
|
self, |
|
|
|
module = None, |
|
|
|
test_method = None, |
|
|
|
setup_method = None, |
|
|
|
total_bytes = None, |
|
|
|
full_iteration = 1 |
|
) |
| |
◆ dry_run() [1/2]
| def benchmarks.python.py_benchmark.Benchmark.dry_run |
( |
|
self, |
|
|
|
test_method_args = '', |
|
|
|
setup_method_args = '' |
|
) |
| |
◆ dry_run() [2/2]
| def benchmarks.python.py_benchmark.Benchmark.dry_run |
( |
|
self, |
|
|
|
test_method_args = '', |
|
|
|
setup_method_args = '' |
|
) |
| |
◆ full_setup_code() [1/2]
| def benchmarks.python.py_benchmark.Benchmark.full_setup_code |
( |
|
self, |
|
|
|
setup_method_args = '' |
|
) |
| |
◆ full_setup_code() [2/2]
| def benchmarks.python.py_benchmark.Benchmark.full_setup_code |
( |
|
self, |
|
|
|
setup_method_args = '' |
|
) |
| |
◆ run_benchmark() [1/2]
| def benchmarks.python.py_benchmark.Benchmark.run_benchmark |
( |
|
self, |
|
|
|
test_method_args = '', |
|
|
|
setup_method_args = '' |
|
) |
| |
◆ run_benchmark() [2/2]
| def benchmarks.python.py_benchmark.Benchmark.run_benchmark |
( |
|
self, |
|
|
|
test_method_args = '', |
|
|
|
setup_method_args = '' |
|
) |
| |
◆ set_test_method() [1/2]
| def benchmarks.python.py_benchmark.Benchmark.set_test_method |
( |
|
self, |
|
|
|
test_method |
|
) |
| |
◆ set_test_method() [2/2]
| def benchmarks.python.py_benchmark.Benchmark.set_test_method |
( |
|
self, |
|
|
|
test_method |
|
) |
| |
◆ full_iteration
| benchmarks.python.py_benchmark.Benchmark.full_iteration |
◆ module
| benchmarks.python.py_benchmark.Benchmark.module |
◆ setup_method
| benchmarks.python.py_benchmark.Benchmark.setup_method |
◆ test_method
| benchmarks.python.py_benchmark.Benchmark.test_method |
◆ total_bytes
| benchmarks.python.py_benchmark.Benchmark.total_bytes |
The documentation for this class was generated from the following file: