Skip to content

Commit 00372e2

Browse files
authored
Merge pull request #951 from NoahZuo/doc/perf-tool
doc: 添加深度性能分析工具的入口与相关文档
2 parents 887f4c6 + 5e8799c commit 00372e2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.config/.vitepress/config.mts

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export default defineConfig({
118118
{ text: "优化Unity WebGL的渲染性能", link: "/Design/RenderOptimization" },
119119
{ text: "定制微信小游戏的 URP 管线", link: "/Design/CustomURP" },
120120
{ text: "WebGL2.0渲染支持说明", link: "/Design/WebGL2" },
121+
{ text: "性能深度分析工具", link: "/Design/DeepProfileTool" },
121122
],
122123
},
123124
],

Design/DeepProfileTool.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 性能深度分析工具使用指南
2+
## 一、工具概述
3+
性能深度分析工具由微信小游戏平台精心打造,无缝集成在微信小游戏Unity官方插件内。它就像一位专业的性能分析师,聚焦于小游戏开发过程中执行效率、内存管理以及渲染效果等关键领域,助力开发团队精准定位性能瓶颈,为游戏性能的深度优化提供有力支持。
4+
5+
## 二、详细文档查阅
6+
如需深入了解工具的功能特性、操作步骤等详细信息,请点击[详细说明书链接](https://doc.weixin.qq.com/doc/w3_AOEA3AZ-ACcWHpBCbiHSfagf1JFKZ?scode=AJEAIQdfAAo3yfxZRw),查阅完整的技术文档,获取全面且细致的指导。
7+
8+
## 三、实战案例参考
9+
为帮助开发者更快上手,我们准备了实战案例:[优化实战:使用性能深度分析工具定位热点](https://doc.weixin.qq.com/doc/w3_AOEA3AZ-ACcPbQwJMi2SEmLa0mc4W?scode=AJEAIQdfAAolvb9gPG)。通过实际案例,您可以直观地了解该工具在项目中的应用场景,学习如何运用工具进行性能分析,以及如何根据分析结果制定有效的优化策略,加速您的小游戏性能优化进程。

0 commit comments

Comments
 (0)