Home
last modified time | relevance | path

Searched full:runs (Results 1 – 25 of 86) sorted by relevance

1234

/arkcompiler/ets_frontend/es2panda/test/benchmark/
Drun_benchmark.py36 parser.add_argument('--runs', required=False, type=int,
38 help='Number of runs')
70 self.select_params.append(f'{RUNS_NUM}:{self.args.runs}')
97 score_sum = self.args.runs / self.gen_score(means)
99 case_info_path, self.args.runs]
121 score = self.args.runs / mean
123 … log_str = (f'engine {engine_type} case: {os.path.join(case_dir_name, file_name)} number of runs: '
124 f'{self.args.runs} avg time: {case_execution_time_ms}ms Score:{score}\n')
126 self.args.runs]
145 for _ in range(self.args.runs):
[all …]
Dconfig.py53 RUNS_NUM = "runs(Number of runs)"
126 <th>Number of runs</th>
136 <th rowspan="2">Number of runs</th>
DREADME_zh.md13 | --runs | 这个参数是可选的,默认值为20。表示一次测试中执行用例的次数。 | int | …
45 $ python3 run_benchmark.py --es2abc-tool /out/xx/xx/xx/ets_frontend/es2abc --runs 10
DREADME.md12 | --runs | This parameter is optional and the default value is 20. Represents the number of …
43 $ python3 run_benchmark.py --es2abc-tool /out/xx/xx/xx/ets_frontend/es2abc --runs 10 // It can be…
/arkcompiler/runtime_core/static_core/tests/checked/
DREADME.md36 * **RUN_PGO_PROF** - runs panda application with forces profiling and PGO profdata emitting. Output…
37 * **RUN_PGO_PAOC** - runs paoc to compile panda file using collected profdata. Should be run after …
38 * **RUN_LLVM** - runs paoc application on the compiled panda file with LLVM AOT backend. Requires L…
39 * **RUN_AOT** - runs paoc application on the compiled panda file with various AOT modes. Currently,…
40 * **RUN_BCO** - runs frontend with bytecode optimizer
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dpasses.yaml17 module: 'Pass runs on the whole llvm IR module'
18 scc: 'Pass runs on the strongly connected component'
19 function: 'Pass runs on the certain llvm IR function'
20 loop: 'Pass runs on the loop'
/arkcompiler/ets_runtime/test/aottest/createobjectwithbuffer/
Dcreateobjectwithbuffer.ts26 runs: number,
34 this.data = {runs: 0, elapsed: 0}
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dreadme.md9 The SDK test automation script runs on Windows, Python 3.9 and above.
19 The test suite supports daily and manual runs.
/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DTestArgs.ts54 * Enables 'autofix' mode, runs test with '--autofix' option.
60 * Enables 'ArkTS 2.0' mode, runs test with '--arkts-2' option.
65 * Enables 'migrate' mode, runs test with '--migrate' option.
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DMathCordic.ets60 static cordic(runs : int): double {
62 for (let i : int = 0; i < runs; i++) {
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
DMathCordic.ets60 static cordic(runs : int): double {
62 for (let i : int = 0; i < runs; i++) {
/arkcompiler/ets_runtime/test/moduletest/newtaggedsubarray/
Dexpect_output.txt14 Test runs successfully!
Dnewtaggedsubarray.js29 print("Test runs successfully!");
/arkcompiler/ets_runtime/test/moduletest/typedarrayrelease/
Dexpect_output.txt14 Test runs successfully!
Dtypedarrayrelease.js34 print("Test runs successfully!");
/arkcompiler/ets_runtime/test/moduletest/getdeletedelementsat/
Dexpect_output.txt14 Test runs successfully!
Dgetdeletedelementsat.js32 print("Test runs successfully!");
/arkcompiler/runtime_core/docs/
Ddebugger-vscode-communication.md17 * Client runs a server than waiting for a TCP socket
/arkcompiler/ets_frontend/ets2panda/test/unit/
DCMakeLists.txt50 # NOTE: es2panda_rest_parameter_flag test runs a lot of time on qemu, so let's disable it
/arkcompiler/runtime_core/static_core/scripts/
Dupdate_master_with_plugin.sh15 # The script runs update_master_and_branch.sh for arkcompiler_runtime_core,
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-diagnostics/
DGetTscDiagnostics.ts22 * Function might be time-consuming, as it runs second compilation.
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks-interop-freestyle/CRC32/bu_CRC32_sts_loop/
Dbench_CRC32_sts_loop.js39 // (almost) everything runs in ets
/arkcompiler/runtime_core/libpandabase/utils/
Dasan_interface.h46 // during accessing class fields from the class methods during MT ASAN runs.
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks-interop-freestyle/CRC32/bu_CRC32_sts_state/
Dbench_CRC32_sts_state.js59 // (almost) everything runs in js
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dasan_interface.h49 // during accessing class fields from the class methods during MT ASAN runs.

1234