Searched defs:BenchUnit (Results 1 – 25 of 35) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | platform.py | 173 def run_unit(self, bu: BenchUnit) -> None: 176 def cleanup(self, bu: BenchUnit) -> None: 184 def push_unit(self, bu: BenchUnit, *ext) -> None: 209 def device_cleanup(self, bu: BenchUnit) -> None: 218 def dry_run_stop(self, bu: BenchUnit) -> bool:
|
| D | run.py | 51 def process_error(self, bu: BenchUnit, e: Exception) -> None: 69 bench_units: List[BenchUnit]
|
| D | tool.py | 83 def __call__(self, bu: BenchUnit) -> None: 151 def exec(self, bu: BenchUnit) -> None: 173 def x_src(self, bu: BenchUnit, *ext) -> Path: 178 def x_libs(self, bu: BenchUnit, *ext) -> Iterable[Path]: 183 def get_bu_opts(self, bu: BenchUnit) -> Tuple[OptFlags, str]:
|
| D | hook.py | 85 def run_before_unit(self, bu: BenchUnit) -> None: 90 def run_after_unit(self, bu: BenchUnit) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/ |
| D | ark_js_vm.py | 40 def exec(self, bu: BenchUnit) -> None: 51 def profile(self, bu: BenchUnit, with_aot: bool = False) -> None:
|
| D | es2panda.py | 44 def exec(self, bu: BenchUnit) -> None: 63 bu: BenchUnit) -> ShellResult:
|
| D | exe.py | 36 def exec(self, bu: BenchUnit) -> None:
|
| D | ark_aot_compiler.py | 55 def exec(self, bu: BenchUnit) -> None:
|
| D | node.py | 37 def exec(self, bu: BenchUnit) -> None:
|
| D | node_interop.py | 49 def exec(self, bu: BenchUnit) -> None:
|
| D | tsc.py | 42 def exec(self, bu: BenchUnit) -> None:
|
| D | ark.py | 73 def exec(self, bu: BenchUnit) -> None:
|
| D | swiftc.py | 55 def exec(self, bu: BenchUnit) -> None:
|
| D | v_8.py | 52 def exec(self, bu: BenchUnit) -> None:
|
| D | es2abc.py | 46 def exec(self, bu: BenchUnit) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/ |
| D | tombstones.py | 49 def before_unit(self, bu: BenchUnit) -> None: 54 def after_unit(self, bu: BenchUnit) -> None:
|
| D | import_esm_without_extention.py | 33 def before_unit(self, bu: BenchUnit) -> None:
|
| D | fix_print_call.py | 39 def before_unit(self, bu: BenchUnit) -> None:
|
| D | gclog.py | 51 def after_unit(self, bu: BenchUnit) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/platforms/ |
| D | v_8_host.py | 36 def run_unit(self, bu: BenchUnit) -> None:
|
| D | ark_js_vm_ohos.py | 63 def run_unit(self, bu: BenchUnit) -> None:
|
| D | ark_js_vm_host.py | 62 def run_unit(self, bu: BenchUnit) -> None:
|
| D | swift_device.py | 51 def run_unit(self, bu: BenchUnit) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/plugins/tools/ |
| D | dummy.py | 46 def exec(self, bu: BenchUnit) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/plugins/platforms/ |
| D | dummy_host.py | 51 def run_unit(self, bu: BenchUnit) -> None:
|
12