Interface for the host profiler. More...
Public Member Functions | |
HostProfilerMarker | CreateMarker (string name) |
Creates a new marker with the specified name. More... | |
void | EndLastNamedMarker () |
Ends profiling for the last named marker. More... | |
void | EndMarker (HostProfilerMarker marker) |
Stops profiling for the specified marker. More... | |
void | StartMarker (HostProfilerMarker marker) |
Starts profiling for the specified marker. More... | |
void | StartNamedMarker (string markerName) |
Starts profiling for the specified named marker. Use EndLastNamedMarker to stop profiling. More... | |
Interface for the host profiler.
HostProfilerMarker IHostProfiler.CreateMarker | ( | string | name | ) |
Creates a new marker with the specified name.
name |
void IHostProfiler.StartMarker | ( | HostProfilerMarker | marker | ) |
Starts profiling for the specified marker.
marker |
void IHostProfiler.EndMarker | ( | HostProfilerMarker | marker | ) |
Stops profiling for the specified marker.
marker |
void IHostProfiler.StartNamedMarker | ( | string | markerName | ) |
Starts profiling for the specified named marker. Use EndLastNamedMarker to stop profiling.
markerName |
void IHostProfiler.EndLastNamedMarker | ( | ) |
Ends profiling for the last named marker.