Version: Unity 6.1 Alpha (6000.1)
Language : English
Activating and enabling Profiler modules
Creating Profiler modules

Customizing Profiler modules

Customize 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
to capture and visualize specific performance data in your application, either with the Profiler Module Editor or through scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info
See in Glossary
.

Topic Description
Creating Profiler modules Add custom Profiler modules to the Profiler window to collect and display specific data about your application.
Creating Profiler module detail panels Customize the module details panel to display specific data about your application.
Profiler Module Editor reference Use the Profiler Module Editor to customize Profiler modules in the Unity Editor.

Additional resources

Activating and enabling Profiler modules
Creating Profiler modules