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. |