Photon Fusion 2.1.1

HostProfilerMarker Struct Reference

Pre-defined marker for the host profiler. More...

Public Member Functions

HostProfilerMarkerScope Begin ()
 Start
void End ()
 Ends profiling for the marker. Consider using HostProfilerMarkerScope returned by Start instead of calling this method directly.
HostProfilerMarkerScope Start ()
 Begins profiling for the marker. Call HostProfilerMarkerScope.Dispose to end profiling.

Detailed Description

Pre-defined marker for the host profiler.

Member Function Documentation

◆ Start()

Begins profiling for the marker. Call HostProfilerMarkerScope.Dispose to end profiling.

Returns