# arkvisual **Repository Path**: weihe99/arkvisual ## Basic Information - **Project Name**: arkvisual - **Description**: ArkCompiler vscode 插件,分析 aot 优化 pass - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-08 - **Last Updated**: 2025-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # arkvisual 为 ArkCompiler 适配 Turbolizer 工具 ## Usage 1. 生成 aot log 文件 ```bash es2abc --module --merge-abc test.js ark_js_vm --enable-pgo-profiler=true --compiler-pgo-profiler-path=test.ap --entry-point=test test.abc ark_aot_compiler --enable-pgo-profiler=true --compiler-log=all01 --log-level=info --compiler-pgo-profiler-path=test.ap --aot-file=test test.abc > aot.log ``` 2. 打开 VSCode 命令面板输入 `arkvisual`,按照面板上的提示上传 log 文件