Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Customizing the Profiler

Add custom profiling information to your code and create custom Profiler modules to visualize specialized performance data.
Read time 1 minuteLast updated 12 days ago

Add custom profiling information to your code and create custom Profiler modules to visualize the data.

Topic

Description

Create custom Profiler modulesBuild custom Profiler modules to display performance data and visualizations for your project's specific needs.
Adding profiling information to your codeInstrument your code with profiling markers, counters, and metadata to track performance metrics.

Additional resources