/ohos5.0/docs/zh-cn/application-dev/faqs/ |
H A D | faqs-arkts-utils.md | 710 1. 默认:hdc shell param set persist.ark.properties 0x105c 711 2. 关闭多线程检测并打印异常栈帧:hdc shell param set persist.ark.properties -1 712 3. GC状态打印:hdc shell param set persist.ark.properties 0x105e 713 4. 多线程检测:hdc shell param set persist.ark.properties 0x107c 715 6. 全局对象内存泄露检查:hdc shell param set persist.ark.properties 0x145c 716 7. 全局原始值内存泄露检查:hdc shell param set persist.ark.properties 0x185C 717 8. 打开GC共享堆信息:hdc shell param set persist.ark.properties 0x905c 722 13. 模块化打点:hdc shell param set persist.ark.properties 100105C 723 14. 日志打印执行的模块:hdc shell param set persist.ark.properties 200105C 725 1. 仅采集主线程冷启动:hdc shell param set persist.ark.properties 0x705c [all …]
|
H A D | faqs-dfx.md | 147 hdc shell param set persist.ark.properties 0x125c 153 hdc shell param set persist.ark.properties 0x105c 161 在命令行输入 `hdc shell ark` 可以看到Ark命令行的所有参数和开关。
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-arkcompiler-guide.md | 23 repo init -u https://gitee.com/ark-standalone-build/manifest.git -b master 37 python ark.py x64.release 65 python ark.py x64.release test262 72 python ark.py x64.debug 76 python ark.py --help
|
/ohos5.0/foundation/arkui/napi/ |
H A D | napi.gni | 22 "native_engine/impl/ark/ark_crash_holder.cpp", 23 "native_engine/impl/ark/ark_idle_monitor.cpp", 24 "native_engine/impl/ark/ark_native_deferred.cpp", 25 "native_engine/impl/ark/ark_native_engine.cpp", 26 "native_engine/impl/ark/ark_native_reference.cpp",
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/ark/runtime/system/ |
H A D | parameter_contexts | 14 ark.profile u:object_r:ark_profile:s0 16 persist.ark.properties u:object_r:ark_writeable_param:s0 17 persist.ark.longpausetime u:object_r:ark_writeable_param:s0 18 persist.ark.asminterpreter u:object_r:ark_writeable_param:s0
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-hidebug.md | 768 | ark.gc.gc-count | 当前线程的GC次数。 | 769 | ark.gc.gc-time | 当前线程触发的GC总耗时,以ms为单位。 | 770 | ark.gc.gc-bytes-allocated | 当前线程Ark虚拟机已分配的内存大小,以B为单位。| 771 | ark.gc.gc-bytes-freed | 当前线程GC成功回收的内存,以B为单位。 | 772 | ark.gc.fullgc-longtime-count | 当前线程超长fullGC次数。 | 924 | ark.gc.gc-count | number | 当前线程的GC次数。| 925 | ark.gc.gc-time | number | 当前线程触发的GC总耗时,以ms为单位。 | 926 | ark.gc.gc-bytes-allocated | number | 当前线程Ark虚拟机已分配的内存大小,以B为单位。 | 927 | ark.gc.gc-bytes-freed | number | 当前线程GC成功回收的内存,以B为单位。| 928 | ark.gc.fullgc-longtime-count | number | 当前线程超长fullGC次数。 | [all …]
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-arkcompiler-guide.md | 23 repo init -u https://gitee.com/ark-standalone-build/manifest.git -b master 37 python ark.py x64.release 65 python ark.py x64.release test262 72 python ark.py x64.debug 76 python ark.py --help
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | application-performance-analysis.md | 141 …统开发者对各部分进行性能分析提供参考。后四种标签通过非命令方式采集时默认不可见,可通过命令 `hdc shell param set persist.ark.properties 0x505c; … 260 hdc shell param set persist.ark.properties 0x705c 262 hdc shell param set persist.ark.properties 0x1505c 264 hdc shell param set persist.ark.properties 0x1705c 271 hdc shell param set persist.ark.properties 0x2505c 273 hdc shell param set persist.ark.properties 0x4505c 275 hdc shell param set persist.ark.properties 0x6505c 281 hdc shell param set persist.ark.arkbundlename com.ohos.example
|
H A D | Lazy-Import-Instructions.md | 56 hdc shell param set persist.ark.properties 0x200105c
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | app_quality_improvement_cases_about_jserror.md | 32 Js-Engine: ark 74 Js-Engine: ark 114 Js-Engine: ark
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-hidebug.md | 745 hilog.info(0x0000, "testTag", `gc-count: ${vMRuntimeStats['ark.gc.gc-count']}`); 746 hilog.info(0x0000, "testTag", `gc-time: ${vMRuntimeStats['ark.gc.gc-time']}`); 748 hilog.info(0x0000, "testTag", `gc-bytes-freed: ${vMRuntimeStats['ark.gc.gc-bytes-freed']}`); 768 | ark.gc.gc-count | Count of GC of the calling thread. | 769 | ark.gc.gc-time | GC time triggered by the calling thread, in milliseconds.| 771 | ark.gc.gc-bytes-freed | Memory freed by the GC of the calling thread, in bytes.| 772 | ark.gc.fullgc-longtime-count | Count of long fullGC of the calling thread.| 785 hilog.info(0x0000, "testTag", `gc-count: ${hidebug.getVMRuntimeStat('ark.gc.gc-count')}`); 786 hilog.info(0x0000, "testTag", `gc-time: ${hidebug.getVMRuntimeStat('ark.gc.gc-time')}`); 924 | ark.gc.gc-count | number | Count of GC of the calling thread.| [all …]
|
/ohos5.0/build/tools/component_tools/ |
H A D | kconfig | 961 menu "ark" 962 config ark$$ark 963 bool "ark" 965 config feature$$ark$$ark 968 depends on ark$$ark 969 config ark$$ark_frontend_tool 972 config feature$$ark$$ark_frontend_tool 975 depends on ark$$ark_frontend_tool 976 config ark$$ark_js_runtime 979 config feature$$ark$$ark_js_runtime [all …]
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-arkts-utils.md | 650 - To use the default properties, run the following command: **hdc shell param set persist.ark.prope… 652 - To print the GC status, run the following command: **hdc shell param set persist.ark.properties 0… 653 - To enable multithreading detection, run the following command: **hdc shell param set persist.ark.… 655 …or global objects, run the following command: **hdc shell param set persist.ark.properties 0x145c** 656 …l original values, run the following command: **hdc shell param set persist.ark.properties 0x185C** 657 - To open the GC heap information, run the following command: **hdc shell param set persist.ark.pro… 662 - To enable modular tracing, run the following command: **hdc shell param set persist.ark.propertie… 663 - To enable module-specific logging, run the following command: **hdc shell param set persist.ark.p… 665 … cold start phase, run the following command: **hdc shell param set persist.ark.properties 0x705c** 668 …ead in any phase, run the following command: **hdc shell param set persist.ark.properties 0x2505c** [all …]
|
H A D | faqs-dfx.md | 147 hdc shell param set persist.ark.properties 0x125c 153 hdc shell param set persist.ark.properties 0x105c 161 To view all ArkTS parameters and switches of hdc, run **hdc shell ark** in the command line interfa…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/ |
H A D | tsconfig.json | 34 // ark runtime debug tools
|
H A D | tsconfig.profile.json | 22 // ark runtime debug tools
|
H A D | tsconfig.release.json | 45 // ark runtime debug tools
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/ |
H A D | installs.cfg | 5 "mkdir /data/local/ark-profile 0711 root root"
|
/ohos5.0/base/security/code_signature/test/fuzztest/local_code_sign_stub/signlocalcodestub_fuzzer/corpus/ |
H A D | init | 14 /data/local/ark-cache/tmp/demo.an
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | ark_test.cpp | 224 OHOS::HiviewDFX::ArkUnwindParam ark(ctx, readMem, fp, sp, pc, methodId, isJsFrame, jitCache); 225 OHOS::HiviewDFX::ArkUnwindParam* arkPrama = &ark;
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | application-performance-analysis.md | 141 …ted in non-CLI mode. To enable them, run the **hdc shell param set persist.ark.properties 0x505c; … 260 hdc shell param set persist.ark.properties 0x705c 262 hdc shell param set persist.ark.properties 0x1505c 264 hdc shell param set persist.ark.properties 0x1705c 271 hdc shell param set persist.ark.properties 0x2505c 273 hdc shell param set persist.ark.properties 0x4505c 275 hdc shell param set persist.ark.properties 0x6505c 281 hdc shell param set persist.ark.arkbundlename com.ohos.example
|
/ohos5.0/build/config/components/ets_frontend/ |
H A D | ets_frontend_config.gni | 24 import("$build_root/ark.gni")
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest002/ |
H A D | jscrash-com.example.jsinject-20010041-19700424183123 | 23 Js-Engine: ark
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/test/ |
H A D | BUILD.gn | 30 "$napi_root/native_engine/impl/ark",
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/timer/test/ |
H A D | BUILD.gn | 30 "$napi_root/native_engine/impl/ark",
|