Skip to content

Commit

Permalink
Merge pull request #951 from NoahZuo/doc/perf-tool
Browse files Browse the repository at this point in the history
doc: 添加深度性能分析工具的入口与相关文档
  • Loading branch information
Oooocean authored Jan 23, 2025
2 parents 887f4c6 + 5e8799c commit 00372e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export default defineConfig({
{ text: "优化Unity WebGL的渲染性能", link: "/Design/RenderOptimization" },
{ text: "定制微信小游戏的 URP 管线", link: "/Design/CustomURP" },
{ text: "WebGL2.0渲染支持说明", link: "/Design/WebGL2" },
{ text: "性能深度分析工具", link: "/Design/DeepProfileTool" },
],
},
],
Expand Down
9 changes: 9 additions & 0 deletions Design/DeepProfileTool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 性能深度分析工具使用指南
## 一、工具概述
性能深度分析工具由微信小游戏平台精心打造,无缝集成在微信小游戏Unity官方插件内。它就像一位专业的性能分析师,聚焦于小游戏开发过程中执行效率、内存管理以及渲染效果等关键领域,助力开发团队精准定位性能瓶颈,为游戏性能的深度优化提供有力支持。

## 二、详细文档查阅
如需深入了解工具的功能特性、操作步骤等详细信息,请点击[详细说明书链接](https://doc.weixin.qq.com/doc/w3_AOEA3AZ-ACcWHpBCbiHSfagf1JFKZ?scode=AJEAIQdfAAo3yfxZRw),查阅完整的技术文档,获取全面且细致的指导。

## 三、实战案例参考
为帮助开发者更快上手,我们准备了实战案例:[优化实战:使用性能深度分析工具定位热点](https://doc.weixin.qq.com/doc/w3_AOEA3AZ-ACcPbQwJMi2SEmLa0mc4W?scode=AJEAIQdfAAolvb9gPG)。通过实际案例,您可以直观地了解该工具在项目中的应用场景,学习如何运用工具进行性能分析,以及如何根据分析结果制定有效的优化策略,加速您的小游戏性能优化进程。

0 comments on commit 00372e2

Please sign in to comment.