当前位置:网站首页>Unity Profiler
Unity Profiler
2022-07-26 05:30:00 【st75033562】
内存:
在选择内存菜单之后, 下方的说明面板可以有两种视图, 分别是: Simple(简单说明), Detailed(详情).
Simple视图展示Unity在每帧的实时内存信息概括, Unity会提前向系统申请预留内存, 以减少频繁的内存请求, 这个视图只是展示了各个类型的内存使用量, 而不涉及具体的细节.
展示的信息包括如下:
第一行:
Used Total: 后续所有内存总和, 如上图:(Unity+Mono+GfxDriver+Audio+Video+Profile=341.6M)
Unity: Unity的原生代码使用的内存大小
Mono: 托管代码使用的内存大小
GfxDriver: 驱动程序对纹理, 渲染目标, 着色器和网格数据使用的内存估计量
Audio/Video: 音频和视频系统使用内存大小
Profiler: 性能分析器使用的总的内存大小
第二行: 与第一行类似, 只是描述的是Unity向系统申请的预留内存.
第三行: 整个系统所用内存大小, 与任务管理器中使用的大小一致, 根据该平台是否允许从系统获取内存情况, 这个值会显示不同的大小, 一般情况下都会大于上两行的总和, 因为Profile无法追踪所有的内存.
更多行: 其余的信息一目了然, 分别是不同类型的资源所占内存大小, 还有游戏对象数量等基础信息, 这里不再赘述.
Detailed视图展示内存使用详情, 因为信息量巨大, 所以采用截图采样(或者说叫快照)的方式(Take Sample)截取某一帧进行分析, 同时, 勾选上中部的Deep Profile之后, 能够获取更多的信息, 启用Gather object references可以收集对象可能的引用信息, 如下图所示:
边栏推荐
- 攻防世界--easy_web
- DOM operation -- operation node
- Migrate the server and reconfigure the database (the database has no monitoring, and the monitoring starts with tns-12545, tns-12560, tns-00515 errors)
- OD-Paper【2】:Fast R-CNN
- Do you really understand fiddler, a necessary tool for testing?
- Circular structure practice
- Code audit CMS
- Day011 one dimensional array
- Common solutions for distributed ID - take one
- Getaverse, a distant bridge to Web3
猜你喜欢

How to understand "array name is essentially an address" from the perspective of memory parsing?

Recommended reading: how can testers get familiar with new businesses quickly?
C language explanation series -- understanding of functions (3) formal parameters, arguments, nested calls and chain access

MongoDB 常用命令

数仓搭建-DIM层
![[personal summary] end of July 24, 2022](/img/9e/dfc37c2684aa8849291817782c947b.png)
[personal summary] end of July 24, 2022

Usage and common problems of SIP softphone registered with SIP account

Reason for pilot importerror: cannot import name 'pilot_ Version 'from' PIL ', how to install pilot < 7.0.0

C language function

MongonDB API使用
随机推荐
TZC 1283: simple sort - select sort
Qt编写物联网管理平台47-通用数据库设置
DOM操作--操作节点
QT writing IOT management platform 47 general database settings
ALV report flow diagram
高分子物理知识点
高手是怎样炼成的?
Unity scene jump script
OD-Paper【1】:Rich feature hierarchies for accurate object detection and semantic segmentation
STL常用模板库
高效,可靠,安全的串口通讯开源方案
Jupiter notebook shortcut key
Application and value of IVR in VoIP telephone system
IVR在voip电话系统的应用与价值
提升命令行效率的 Bash 快捷键 [完整版]
NetCore MySql The user specified as a definer (‘admin‘@‘%‘) does not exist
Hack the box - Introduction to networking module detailed Chinese tutorial
调试利器!一款轻量级日志库 log.c
Yuancosmos provides a digital social platform for fashion design display
攻防世界--easy_web