Version: Unity 6.3 LTS (6000.3)
Language : English
Build Profiles Profiler settings
Profiler modules introduction

Profiler modules

The ProfilerA window that helps you to optimize your game. It shows how much time is spent in the various areas of your game. For example, it can report the percentage of time spent rendering, animating, or in your game logic. More info
See in Glossary
window contains modules which display different types of data. You can select from default modules, or create your own custom modules to display data specific to your application.

Topic Description
Profiler modules introduction Add Profiler modules to the Profiler window to collect specific data about your application.
Activating Profiler modules Activate Profiler modules to only collect data you’re interested in.
CPU Usage Profiler module Collect data about the CPU timings of your code.
Memory Profiler module Collect data about memory usage in your application.
Highlights Profiler module reference Monitor whether your application meets its target frame rate.
File Access Profiler module reference Reference for the File Access module, which collects data about file activity in your application.

Additional resources

Build Profiles Profiler settings
Profiler modules introduction