Searched full:runs (Results 1 – 25 of 70) sorted by relevance
123
| /arkcompiler/ets_frontend/es2panda/test/benchmark/ |
| D | run_benchmark.py | 36 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 …]
|
| D | config.py | 53 RUNS_NUM = "runs(Number of runs)" 126 <th>Number of runs</th> 136 <th rowspan="2">Number of runs</th>
|
| D | README_zh.md | 13 | --runs | 这个参数是可选的,默认值为20。表示一次测试中执行用例的次数。 | int | … 45 $ python3 run_benchmark.py --es2abc-tool /out/xx/xx/xx/ets_frontend/es2abc --runs 10
|
| D | README.md | 12 | --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/ |
| D | passes.yaml | 17 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/ |
| D | createobjectwithbuffer.ts | 26 runs: number, 34 this.data = {runs: 0, elapsed: 0}
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | readme.md | 9 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/runtime/ets/ |
| D | MathCordic.sts | 60 static cordic(runs : int): double { 62 for (let i : int = 0; i < runs; i++) {
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | MathCordic.sts | 60 static cordic(runs : int): double { 62 for (let i : int = 0; i < runs; i++) {
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | debugger-vscode-communication.md | 17 * Client runs a server than waiting for a TCP socket
|
| /arkcompiler/runtime_core/docs/ |
| D | debugger-vscode-communication.md | 17 * Client runs a server than waiting for a TCP socket
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | CMakeLists.txt | 30 # NOTE: es2panda_rest_parameter_flag test runs a lot of time on qemu, so let's disable it
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | update_master_with_plugin.sh | 15 # The script runs update_master_and_branch.sh for arkcompiler_runtime_core,
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ts-diagnostics/ |
| D | GetTscDiagnostics.ts | 22 * 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/ |
| D | bench_CRC32_sts_loop.js | 39 // (almost) everything runs in sts
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | asan_interface.h | 45 // during accessing class fields from the class methods during MT ASAN runs.
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | asan_interface.h | 46 // during accessing class fields from the class methods during MT ASAN runs.
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_link_wrapper.py | 15 """Runs a linking command and optionally a strip command.
|
| D | gcc_solink_wrapper.py | 15 """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/ |
| D | bench_CRC32_sts_state.js | 59 // (almost) everything runs in js
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/ |
| D | gc_worker.h | 32 * @class GCWorker represents GC-worker which runs GC tasks on a non-managed thread
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | report.py | 257 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/ |
| D | why.rst | 35 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
|
| /arkcompiler/ets_runtime/docs/ |
| D | development-example.md | 180 …="p1715312588115"><a name="p1715312588115"></a><a name="p1715312588115"></a>Runs Test262 ES5.1.</p> 185 …id="p536992675017"><a name="p536992675017"></a><a name="p536992675017"></a>Runs Test262 ES2015.</p> 192 …495042191410"><a name="p15495042191410"></a><a name="p15495042191410"></a>Runs <strong id="b131441… 197 …2050181014"><a name="p121612050181014"></a><a name="p121612050181014"></a>Runs other engines and s…
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_settings.h | 87 /// @brief runs full collection one of N times in GC thread 210 /// Runs full collection one of N times in GC thread
|
123