Searched full:runs (Results 1 – 25 of 86) sorted by relevance
1234
| /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/tests/checked/ |
| D | README.md | 36 * **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/ |
| 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/linter/src/testRunner/ |
| D | TestArgs.ts | 54 * 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/ |
| D | MathCordic.ets | 60 static cordic(runs : int): double { 62 for (let i : int = 0; i < runs; i++) {
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | MathCordic.ets | 60 static cordic(runs : int): double { 62 for (let i : int = 0; i < runs; i++) {
|
| /arkcompiler/ets_runtime/test/moduletest/newtaggedsubarray/ |
| D | expect_output.txt | 14 Test runs successfully!
|
| D | newtaggedsubarray.js | 29 print("Test runs successfully!");
|
| /arkcompiler/ets_runtime/test/moduletest/typedarrayrelease/ |
| D | expect_output.txt | 14 Test runs successfully!
|
| D | typedarrayrelease.js | 34 print("Test runs successfully!");
|
| /arkcompiler/ets_runtime/test/moduletest/getdeletedelementsat/ |
| D | expect_output.txt | 14 Test runs successfully!
|
| D | getdeletedelementsat.js | 32 print("Test runs successfully!");
|
| /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 | 50 # 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/src/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 ets
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | asan_interface.h | 46 // 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/ |
| D | bench_CRC32_sts_state.js | 59 // (almost) everything runs in js
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | asan_interface.h | 49 // during accessing class fields from the class methods during MT ASAN runs.
|
1234