From fbd387923a1bf2636ef79ded3f86b53c8c39463b Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Mon, 16 Jun 2025 15:08:23 +0800 Subject: [PATCH] vault backup: 2025-06-16 15:08:23 --- .../性能优化/UnrealInsight以及其他性能监测工具.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/03-UnrealEngine/性能优化/UnrealInsight以及其他性能监测工具.md b/03-UnrealEngine/性能优化/UnrealInsight以及其他性能监测工具.md index 4dcc36e..b1eb8cd 100644 --- a/03-UnrealEngine/性能优化/UnrealInsight以及其他性能监测工具.md +++ b/03-UnrealEngine/性能优化/UnrealInsight以及其他性能监测工具.md @@ -93,6 +93,13 @@ Unreal Insights聆听TCP端口1980。 - File - Net +### Android诊断方法 +- [Gathering Unreal Insights Traces on Android](https://dev.epicgames.com/community/learning/tutorials/eB9R/unreal-engine-gathering-unreal-insights-traces-on-android) +- [Android设备上的Unreal Insights](https://dev.epicgames.com/documentation/zh-cn/unreal-engine/how-to-use-unreal-insights-to-profile-android-games-for-unreal-engine) + +可以使用IP直接连接。 + + ## Stat 官方文档:[Stat命令](https://docs.unrealengine.com/4.27/zh-CN/TestingAndOptimization/PerformanceAndProfiling/StatCommands/) 参考文章:[UE4 性能 - (一)瓶颈定位](https://zhuanlan.zhihu.com/p/438543980)