Class ProfilerMarkerExtension
Provides an extension to the ProfilerMarker API to accommodate a single additional parameter to the Begin method.
Namespace: Unity.Profiling
Assembly: solution.dll
Syntax
public static class ProfilerMarkerExtension
Methods
Name | Description |
---|---|
Begin(ProfilerMarker, double) | Begin profiling a piece of code marked with the ProfilerMarker instance. |
Begin(ProfilerMarker, int) | Begin profiling a piece of code marked with the ProfilerMarker instance. |
Begin(ProfilerMarker, long) | Begin profiling a piece of code marked with the ProfilerMarker instance. |
Begin(ProfilerMarker, float) | Begin profiling a piece of code marked with the ProfilerMarker instance. |
Begin(ProfilerMarker, string) | Begin profiling a piece of code marked with the ProfilerMarker instance. |
Begin(ProfilerMarker, uint) | Begin profiling a piece of code marked with the ProfilerMarker instance. |
Begin(ProfilerMarker, ulong) | Begin profiling a piece of code marked with the ProfilerMarker instance. |