From 5e8799c9f290f30bf944ba30ee8694519d9e4441 Mon Sep 17 00:00:00 2001 From: NoahZuo Date: Thu, 23 Jan 2025 12:15:09 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=B7=BB=E5=8A=A0=E6=B7=B1=E5=BA=A6?= =?UTF-8?q?=E6=80=A7=E8=83=BD=E5=88=86=E6=9E=90=E5=B7=A5=E5=85=B7=E7=9A=84?= =?UTF-8?q?=E5=85=A5=E5=8F=A3=E4=B8=8E=E7=9B=B8=E5=85=B3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/.vitepress/config.mts | 1 + Design/DeepProfileTool.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 Design/DeepProfileTool.md diff --git a/.config/.vitepress/config.mts b/.config/.vitepress/config.mts index c091da084..e6d070a98 100644 --- a/.config/.vitepress/config.mts +++ b/.config/.vitepress/config.mts @@ -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" }, ], }, ], diff --git a/Design/DeepProfileTool.md b/Design/DeepProfileTool.md new file mode 100644 index 000000000..cc4677dc6 --- /dev/null +++ b/Design/DeepProfileTool.md @@ -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)。通过实际案例,您可以直观地了解该工具在项目中的应用场景,学习如何运用工具进行性能分析,以及如何根据分析结果制定有效的优化策略,加速您的小游戏性能优化进程。 \ No newline at end of file