Namespace Unity.Profiling
Classes
ProfilerMarkerExtension
Provides an extension to the ProfilerMarker API to accommodate a single additional parameter to the Begin method.
Structs
ProfilerCategory
Defines a profiling category when you create a ProfilerMarker.
ProfilerCounter<T>
Reports a value of an integer or floating point type to the Unity Profiler.
ProfilerCounterValue<T>
Reports a value of an integral or floating point type to the Unity Profiler.
ProfilerMarker<TP1>
Use ProfilerMarker<TP1> to mark up script code blocks for the Unity Profiler.
You can pass a single integral or floating point parameter alongside the Begin event.
ProfilerMarker<TP1, TP2>
Use ProfilerMarker<TP1, TP2> to mark up script code blocks for the Unity Profiler.
You can pass two integral or floating point parameters alongside the Begin event. The following types are supported as parameters:
- int
- uint
- long
- ulong
- float
- double
ProfilerMarker<TP1, TP2, TP3>
Use ProfilerMarker<TP1> to mark up script code blocks for the Unity Profiler.
You can pass three integral or floating point parameters alongside the Begin event. The following types are supported as parameters:
- int
- uint
- long
- ulong
- float
- double