Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Drun.py52 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]:
Dplatform.py174 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:
Dtool.py93 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]:
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/
Des2panda.py132 def update_config(self, bu: BenchUnit) -> str:
151 def exec(self, bu: BenchUnit) -> None:
172 bu: BenchUnit,
Dark_js_vm.py40 def exec(self, bu: BenchUnit) -> None:
51 def profile(self, bu: BenchUnit, with_aot: bool = False) -> None:
Dark.py81 def do_exec(self, bu: BenchUnit, profile: bool = False) -> None:
125 def exec(self, bu: BenchUnit) -> None:
Darkjs_interop.py49 def exec(self, bu: BenchUnit) -> None:
52 def run(self, bu: BenchUnit, abc: str, entry_point: str,
Des2abc.py46 def exec(self, bu: BenchUnit) -> None:
49 def exec_lang(self, bu: BenchUnit, lang: str = 'ts') -> None:
Dpaoc.py76 def do_exec(self, bu: BenchUnit, profdata: bool = False) -> None:
103 def exec(self, bu: BenchUnit) -> None:
Dark_aot_compiler.py55 def exec(self, bu: BenchUnit) -> None:
Dexe.py36 def exec(self, bu: BenchUnit) -> None:
Dnode.py37 def exec(self, bu: BenchUnit) -> None:
Dtsc.py42 def exec(self, bu: BenchUnit) -> None:
Dnark.py68 def exec(self, bu: BenchUnit) -> None:
Dswiftc.py55 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/
Darkts_device.py79 def push_unit(self, bu: BenchUnit, *ext) -> None:
91 def run_unit(self, bu: BenchUnit) -> None:
Dhap.py156 def run_unit(self, bu: BenchUnit) -> None:
173 def run_batch(self, bus: List[BenchUnit]) -> None:
Dv_8_host.py36 def run_unit(self, bu: BenchUnit) -> None:
Dinterop_d2d.py42 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:

12