Home
last modified time | relevance | path

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

123

/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/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/test/parser/ets/
DMathCordic.sts60 static cordic(runs : int): double {
62 for (let i : int = 0; i < runs; i++) {
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DMathCordic.sts60 static cordic(runs : int): double {
62 for (let i : int = 0; i < runs; i++) {
/arkcompiler/ets_runtime/test/moduletest/typedarrayrelease/
Dexpect_output.txt14 Test runs successfully!
Dtypedarrayrelease.js34 print("Test runs successfully!");
/arkcompiler/runtime_core/docs/
Ddebugger-vscode-communication.md17 * Client runs a server than waiting for a TCP socket
/arkcompiler/runtime_core/static_core/docs/
Ddebugger-vscode-communication.md17 * Client runs a server than waiting for a TCP socket
/arkcompiler/ets_frontend/ets2panda/test/unit/
DCMakeLists.txt30 # 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/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 sts
/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/libpandabase/utils/
Dasan_interface.h45 // during accessing class fields from the class methods during MT ASAN runs.
/arkcompiler/toolchain/build/toolchain/
Dgcc_link_wrapper.py15 """Runs a linking command and optionally a strip command.
Dgcc_solink_wrapper.py15 """Runs 'ld -shared' and generates a .TOC file that's untouched when unchanged.
/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/runtime/mem/gc/workers/
Dgc_worker.h32 * @class GCWorker represents GC-worker which runs GC tasks on a non-managed thread
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dreport.py257 runs: str
385 """Return { optimization: { lib: [runs, ir_mem, loc_mem, time]...}."""
394 # number of runs, ir mem, local mem, time
449 opt1[lib].runs, opt2[lib].runs, less_is_better=False)
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dwhy.rst35 runs. Back to our example, |JS| does not allow reading a property from
166 but note that the engine that runs the code must always check for such special

123