Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Adding profiling information to your code

Instrument your code with profiling markers, counters, and metadata to track performance metrics.
Read time 1 minuteLast updated 9 days ago

You can add profiler markers and counters to your code to further understand specific performance data related to your application, and visualize that data in custom Profiler modules.

Topic

Description

Adding profiling information to your code introductionUse profiler markers and counters to collect specific data about your application.
Adding profiler markers to your codeAdd profiler markers to mark up areas of your code.
Adding profiler counters to your codeCollect specific statistics with profiler counters.
Visualizing profiler countersAdd profiler counters to custom Profiler modules.

Additional resources