当前位置:网站首页>【UE4】UnrealInsight获取真机性能测试报告
【UE4】UnrealInsight获取真机性能测试报告
2022-07-05 20:31:00 【峰度偏偏】
使用UnrealInsight可以看到运行时各个阶段的数据、追踪堆栈调用,帮助我们进行性能的分析。但最佳的测试方式是真机测试,那么如何获取真机的测试报告?
报告获取方式
有实时打印和获取日志两种方式,由于实时打印存在的教程很多,本文只介绍运行完后获取日志的方式。
实时打印
tracehost=IP:Port:将性能数据通过端口传输到指定IP的UnrealInsight中实时显示。端口号范围为8000到8100。
如官方教程介绍的方式,真机安卓跑性能需要借助adb。具体步骤可以查看评论。
获取日志
-TraceDataFileHandle:将性能数据写入文件中
- 新建一个名为
UE4CommandLine.txt的文件,在其中写入命令:[相对路径\]运行项目名.uproject -TraceDataFileHandler
如:../../../ShadowTrackerExtra/ShadowTrackerExtra.uproject -TraceDataFileHandler - 上述步骤建立的文件放入指定的项目目录
- 运行项目
- 正常退出项目,在
\Saved\trace下面获取.utrace文件即可
边栏推荐
- 2020 CCPC 威海 - A. Golden Spirit(思维),D. ABC Conjecture(大数分解 / 思维)
- How to choose a good external disk platform, safe and formal?
- CTF逆向基础
- 19 Mongoose模块化
- [Yugong series] go teaching course in July 2022 004 go code Notes
- 小程序事件绑定
- Practical demonstration: how can the production research team efficiently build the requirements workflow?
- mongodb/文档操作
- 【数字IC验证快速入门】1、浅谈数字IC验证,了解专栏内容,明确学习目标
- 小程序项目结构
猜你喜欢

物联网智能家居基本方法实现之经典

About the priority of Bram IP reset

无卷积骨干网络:金字塔Transformer,提升目标检测/分割等任务精度(附源代码)...

Oracle tablespace management

Introduction to dead letter queue (two consumers, one producer)

死信队列入门(两个消费者,一个生产者)

PyTorch 1.12发布,正式支持苹果M1芯片GPU加速,修复众多Bug

解决php无法将string转换为json的办法

14、Transformer--VIT TNT BETR

Practical demonstration: how can the production research team efficiently build the requirements workflow?
随机推荐
Bzoj 3747 poi2015 kinoman segment tree
[quick start to digital IC Verification] 8. Typical circuits in digital ICs and their corresponding Verilog description methods
Leetcode (695) - the largest area of an island
Zero cloud new UI design
Hong Kong stocks will welcome the "best ten yuan store". Can famous creative products break through through the IPO?
Unity编辑器扩展 UI控件篇
ROS2专题【01】:win10上安装ROS2
[Yugong series] go teaching course in July 2022 004 go code Notes
Unity editor extended UI control
Practical demonstration: how can the production research team efficiently build the requirements workflow?
Leetcode brush question: binary tree 13 (the same tree)
mongodb基操的练习
基础篇——配置文件解析
sort和投影
Frequent MySQL operations cause table locking problems
14、Transformer--VIT TNT BETR
[C language] merge sort
nprogress插件 进度条
银河证券在网上开户安全吗?
小程序代码的构成