Home
last modified time | relevance | path

Searched full:perf (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
Dcompiler.yaml23 tags: [perf]
29 tags: [perf]
190 tags: [perf]
196 tags: [perf]
202 tags: [perf]
208 tags: [perf]
214 tags: [perf]
220 tags: [perf]
226 tags: [perf]
232 tags: [perf]
[all …]
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml23 tags: [perf]
29 tags: [perf]
176 tags: [perf]
182 tags: [perf]
188 tags: [perf]
194 tags: [perf]
200 tags: [perf]
206 tags: [perf]
212 tags: [perf]
219 tags: [perf]
[all …]
/arkcompiler/ets_runtime/test/aotjsperftest/
DREADME.md64 |_ jsperftest # js perf 测试代码目录
120 "kind": "V 8 js-perf-test",
133 [Ark-workload](https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/)
141 … | 2.33 | 1.27 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
142 …| 0.6 | 0.23 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
143 … | 0.36 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
144 … | 0.20 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
145 … | 2.42 | 1.28 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
DREADME_en.md1 # AOT JS Perf Test Temporary Execution README
70 2) When aot perf test start to run,the perf test cases will be downloaded automatically .
74 [perf-test-case](https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/)
Drun_js_perf_test.sh40 code_path="$TMP_PATH"/code/arkjs-perf-test
42 JS_TEST_PATH=$code_path/js-perf-test
48 git clone -b builtins_test1110 https://gitee.com/dov1s/arkjs-perf-test.git "$code_path"
49 JS_TEST_PATH=$code_path/js-perf-test
Drun_js_test.py70 HYPERLINK_HEAD = "https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-test"
364 logger.error("js perf cases path is not exist. jspath: %s", jspath)
365 logger.info("begin to run js perf test via ark. js perf cases path: %s", jspath)
402 data['kind'] = 'V 8 js-perf-test'
786 …command format: python3 run_js_test.py -bp /home/out -p /home/arkjs-perf-test/js-perf-test -o ou…
834 logger.info("run js perf test finished. Please check details in report.")
/arkcompiler/ets_runtime/test/jsperftest/
DREADME.md64 |_ jsperftest # js perf 测试代码目录
120 "kind": "V 8 js-perf-test",
133 [Ark-workload](https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/)
141 … | 2.33 | 1.27 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
142 …| 0.6 | 0.23 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
143 … | 0.36 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
144 … | 0.20 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
145 … | 2.42 | 1.28 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
Drun_js_perf_test.sh174 JS perf results: ${JS_PERF_RESULT_PATH}
195 local -r bench_repo_path="${JS_PERF_RESULT_PATH}/code/arkjs-perf-test"
203 … git clone -b builtins_test1110 https://gitee.com/dov1s/arkjs-perf-test.git "${bench_repo_path}"
205 local -r test_dir="js-perf-test"
Drun_js_test.py73 HYPERLINK_HEAD = "https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-test"
284 """Run js perf benchmark via ark js vm"""
340 logger.error("js perf cases path is not exist. jspath: %s", jspath)
341 logger.info("begin to run js perf test via ark. js perf cases path: %s", jspath)
378 data['kind'] = 'V 8 js-perf-test'
797 """Preapare device workdir for js perf testing"""
903 logger.info("run js perf test finished. Please check details in report.")
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_result.py91 "perf": false,
139 "perf": false,
201 "perf": false,
239 "perf": false,
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_marker.h68 …* @param base_cls - class of object(used for perf in case if class for the object already was obta…
83 * @param cls - class of array object(used for perf)
110 …* @param base_cls - class of object(used for perf in case if class for the object already was obta…
125 * @param cls - class of array object(used for perf)
Dgc_barrier_set.h177 // Store operands explicitly for interpreter perf
253 // Store operands explicitly for interpreter perf
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/
DCMakeLists.txt34 add_custom_target(ets_interop_js_perf_tests COMMENT "Running all js interop perf tests")
Dtest_frontend.sts16 import { GetObject, GetNumber, GetString, Nop } from "/plugins/ets/tests/interop_js/tests/perf/code…
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebug_inf.cpp18 // Debuge interface for native tools(perf, libunwind).
55 // perf currently use g_jitDebugDescriptor and g_dexDebugDescriptor
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/
DCMakeLists.txt39 …" \"${PANDA_ROOT}/plugins/ets/tests/interop_js/tests/perf/code.js\": {\"language\": \"js\", \…
185 add_subdirectory(perf)
/arkcompiler/runtime_core/static_core/verification/verifier/
Doptions.yaml132 - name: perf-measure
/arkcompiler/runtime_core/static_core/runtime/
Dhandle_storage-inl.h57 // reserve at least one block for perf. in FreeHandles()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp525 ScopedManagedCodeThread s(main); // perf? in WaitForNonMainCoroutinesCompletion()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp128 // enable perf stats in Create()
/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots_allocator-inl.h102 … // we will have a perf issue here. Maybe it is better to delete free_runslots_? in Alloc()