Home
last modified time | relevance | path

Searched defs:BenchUnit (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dplatform.py173 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:
Drun.py51 def process_error(self, bu: BenchUnit, e: Exception) -> None:
69 bench_units: List[BenchUnit]
Dtool.py83 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]:
Dhook.py85 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/
Dark_js_vm.py40 def exec(self, bu: BenchUnit) -> None:
51 def profile(self, bu: BenchUnit, with_aot: bool = False) -> None:
Des2panda.py44 def exec(self, bu: BenchUnit) -> None:
63 bu: BenchUnit) -> ShellResult:
Dexe.py36 def exec(self, bu: BenchUnit) -> None:
Dark_aot_compiler.py55 def exec(self, bu: BenchUnit) -> None:
Dnode.py37 def exec(self, bu: BenchUnit) -> None:
Dnode_interop.py49 def exec(self, bu: BenchUnit) -> None:
Dtsc.py42 def exec(self, bu: BenchUnit) -> None:
Dark.py73 def exec(self, bu: BenchUnit) -> None:
Dswiftc.py55 def exec(self, bu: BenchUnit) -> None:
Dv_8.py52 def exec(self, bu: BenchUnit) -> None:
Des2abc.py46 def exec(self, bu: BenchUnit) -> None:
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
Dtombstones.py49 def before_unit(self, bu: BenchUnit) -> None:
54 def after_unit(self, bu: BenchUnit) -> None:
Dimport_esm_without_extention.py33 def before_unit(self, bu: BenchUnit) -> None:
Dfix_print_call.py39 def before_unit(self, bu: BenchUnit) -> None:
Dgclog.py51 def after_unit(self, bu: BenchUnit) -> None:
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/platforms/
Dv_8_host.py36 def run_unit(self, bu: BenchUnit) -> None:
Dark_js_vm_ohos.py63 def run_unit(self, bu: BenchUnit) -> None:
Dark_js_vm_host.py62 def run_unit(self, bu: BenchUnit) -> None:
Dswift_device.py51 def run_unit(self, bu: BenchUnit) -> None:
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/plugins/tools/
Ddummy.py46 def exec(self, bu: BenchUnit) -> None:
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/plugins/platforms/
Ddummy_host.py51 def run_unit(self, bu: BenchUnit) -> None:

12