Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create custom Profiler modules

Build custom Profiler modules to display performance data and visualizations for your project's specific needs.
Read time 1 minuteLast updated 12 days ago

Customize the Profiler to capture and visualize specific performance data in your application, either with the Profiler Module Editor or through scripts.

Topic

Description

Create a Profiler moduleAdd custom Profiler modules to the Profiler window to collect and display specific data about your application.
Create a Profiler module detail panelCustomize the module details panel to display specific data about your application.
Profiler Module Editor referenceUse the Profiler Module Editor to customize Profiler modules in the Unity Editor.

Additional resources