Version: Unity 6.7 Alpha (6000.7)
Language : English
Profiler Module Editor reference
Adding profiling information to your code introduction

Adding profiling information to your code

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 introduction Use profiler markers and counters to collect specific data about your application.
Adding profiler markers to your code Add profiler markers to mark up areas of your code.
Adding profiler counters to your code Collect specific statistics with profiler counters.
Visualizing profiler counters Add profiler counters to custom Profiler modules.

Additional resources

Profiler Module Editor reference
Adding profiling information to your code introduction