首页 > Windows开发 > 详细

Profiler Window 学习

时间:2020-04-22 23:13:18      阅读:88      评论:0      收藏:0      [点我收藏+]

https://docs.unity3d.com/2018.4/Documentation/Manual/Profiler.html

 

Getting started with the Profiler window

Profiling your application

CPU Usage Profiler module

Rendering Profiler module

Memory Profiler module

Audio Profiler module

Physics Profiler module

GPU Profiler module

Global Illumination Profiler module

UI Profiler module

 

Getting started with the Profiler window

 

Profiling your application

 

CPU Usage Profiler module

  CPU Usage charts

Rendering  How much time your application spends on rendering graphics

技术分享图片

Scripts  How much time your application spends on running scripts

技术分享图片

Physics  How much time your application spends on the physics engine

 

Animation  How much time your application spends on animating SkinnedMeshRenderers, GameObjects and other components in your application. This also includes the time spent on some calculations for systems the Animation and Animator components utilize

GarbageCollector  How muc time your application spends on running the Garbage Collector

VSync

Global Illumination

UI

Others  

  CPU Usage module details pane

 

  Timeline view

 

  Hierarchy and Raw Hierarchy view

 

  Common samples

 

  Performance warnings

 

  Allocation Callstacks

 

  Editor only samples

 

Rendering Profiler module

 

Memory Profiler module

 

Audio Profiler module

 

Physics Profiler module

 

GPU Profiler module

 

Global Illumination Profiler module

 

UI Profiler module

 

Profiler Window 学习

原文:https://www.cnblogs.com/revoid/p/12756318.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!