Home
last modified time | relevance | path

Searched refs:DevEco (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/toolchain/docs/
Ddebugger-and-profiler-tools-introduction.md18 结合[DevEco Studio](https://developer.harmonyos.com/cn/develop/deveco-studio)可监听某个变量或多个变量的表达式在每次停顿时的值…
21 结合DevEco Studio可同时调试多个ArkCompiler虚拟机的实例,目前主要应用场景在调试主线程及多个worker子线程。
36 - 内存快照(Heap SnapShot Dump)可以生成堆内存的快照并通过DevEco Studio提供对象数据的可视化分析,方便开发者分类统计内存占用。开发者可以查看对象属性的值,对象之间的引…
41 [DevEco Studio调试功能使用文档](https://developer.harmonyos.com/cn/docs/documentation/doc-guides-V3/ide_deb…
43 [DevEco Studio Profiler功能使用文档](https://developer.harmonyos.com/cn/docs/documentation/doc-guides-V3/…
/arkcompiler/toolchain/
DREADME_zh.md17 方舟工具链提供的调试调优能力,需通过DevEco Studio使用,同时依赖于ArkCompiler Runtime提供运行时相关信息。
38DevEco Studio和SDK使用,详细的指导请前往[应用调试](https://developer.harmonyos.com/cn/docs/documentation/doc-guide…
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dreadme_zh.md35 self.jbr_path = r'xxx\DevEco Studio\jbr'
80 jbr_path = r'xxx\DevEco Studio\jbr'
85 **AS = 1 DevEco = 2**
118 IDE_filename = ["AS", "DevEco"]
Dreadme.md35 self.jbr_path = r'xxx\DevEco Studio\jbr'
80 jbr_path = r'xxx\DevEco Studio\jbr'
85 **AS = 1 DevEco = 2**
118 IDE_filename = ["AS", "DevEco"]
Dperformance_config.py22 DevEco = 2 variable in IdeType
48 self.ide = IdeType.DevEco
Dperformance_build.py61 if self.config.ide == performance_config.IdeType.DevEco:
145 extension_name = ".abc" if self.config.ide == performance_config.IdeType.DevEco else ".dex"
195 if self.config.ide != performance_config.IdeType.DevEco and not self.developing_test_mode:
/arkcompiler/ets_frontend/arkguard/
DREADME-cn.md4 # 在DevEco Studio中的用法
5 Arkguard已经被集成了到SDK中。可以在DevEco Studio中很方便地使用。Arkguard只能用于Stage模型
54 在创建工程或library的时候,DevEco Studio会自动生成`obfuscation-rules.txt`和`consumer-rules.txt`文件,
146 默认情况下,DevEco Studio会在临时的缓存目录中保存缓存文件,并且在增量编译场景中自动应用该缓存文件。
DREADME.md6 # Usage in DevEco Studio
7 Arkguard has been integrated into SDK. It is convenient to use Arkguard in DevEco Studio.
8 In DevEco Studio, Arkguard can be enabled only in Stage Model (FA Model is not supported).
9 For now only name obfuscations can be used in DevEco Studio (because other obfuscation
63 The files `obfuscation-rules.txt` and `consumer-rules.txt` are created by DevEco Studio automatical…
162 By default, DevEco Studio will keep and update the namecache file in the temporary cache directory …