Searched defs:BenchUnit (Results 1 – 25 of 43) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | run.py | 52 def process_error(self, bu: BenchUnit, e: Exception) -> None: 69 def run_one_unit(self, bu: BenchUnit) -> None: 104 def run_suite_batch(self, bench_units: List[BenchUnit]) -> List[BenchUnit]: 125 def run_suite_serial(self, bench_units: List[BenchUnit]) -> List[BenchUnit]: 134 def run(self, bench_units: List[BenchUnit]) -> Tuple[List[BenchUnit], ExtInfo, Timer]:
|
| D | platform.py | 174 def run_unit(self, bu: BenchUnit) -> None: 177 def cleanup(self, bu: BenchUnit) -> None: 185 def push_unit(self, bu: BenchUnit, *ext) -> None: 210 def device_cleanup(self, bu: BenchUnit) -> None: 219 def dry_run_stop(self, bu: BenchUnit) -> bool:
|
| D | tool.py | 93 def __call__(self, bu: BenchUnit) -> None: 167 def exec(self, bu: BenchUnit) -> None: 189 def x_src(self, bu: BenchUnit, *ext) -> Path: 194 def x_libs(self, bu: BenchUnit, *ext) -> Iterable[Path]: 199 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 | es2panda.py | 132 def update_config(self, bu: BenchUnit) -> str: 151 def exec(self, bu: BenchUnit) -> None: 172 bu: BenchUnit,
|
| D | ark_js_vm.py | 40 def exec(self, bu: BenchUnit) -> None: 51 def profile(self, bu: BenchUnit, with_aot: bool = False) -> None:
|
| D | ark.py | 81 def do_exec(self, bu: BenchUnit, profile: bool = False) -> None: 125 def exec(self, bu: BenchUnit) -> None:
|
| D | arkjs_interop.py | 49 def exec(self, bu: BenchUnit) -> None: 52 def run(self, bu: BenchUnit, abc: str, entry_point: str,
|
| D | es2abc.py | 46 def exec(self, bu: BenchUnit) -> None: 49 def exec_lang(self, bu: BenchUnit, lang: str = 'ts') -> None:
|
| D | paoc.py | 76 def do_exec(self, bu: BenchUnit, profdata: bool = False) -> None: 103 def exec(self, bu: BenchUnit) -> None:
|
| D | ark_aot_compiler.py | 55 def exec(self, bu: BenchUnit) -> None:
|
| D | exe.py | 36 def exec(self, bu: BenchUnit) -> None:
|
| D | node.py | 37 def exec(self, bu: BenchUnit) -> None:
|
| D | tsc.py | 42 def exec(self, bu: BenchUnit) -> None:
|
| D | nark.py | 68 def exec(self, bu: BenchUnit) -> None:
|
| D | swiftc.py | 55 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 | arkts_device.py | 79 def push_unit(self, bu: BenchUnit, *ext) -> None: 91 def run_unit(self, bu: BenchUnit) -> None:
|
| D | hap.py | 156 def run_unit(self, bu: BenchUnit) -> None: 173 def run_batch(self, bus: List[BenchUnit]) -> None:
|
| D | v_8_host.py | 36 def run_unit(self, bu: BenchUnit) -> None:
|
| D | interop_d2d.py | 42 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:
|
12