Struct ProfilerMarker
Namespace: Unity.Profiling
Syntax
public struct ProfilerMarker
Constructors
ProfilerMarker(String)
Declaration
public ProfilerMarker(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Properties
Handle
Declaration
public IntPtr Handle { get; }
Property Value
Type | Description |
---|---|
IntPtr |
Methods
Auto()
Declaration
public ProfilerMarker.AutoScope Auto()
Returns
Type | Description |
---|---|
ProfilerMarker.AutoScope |
Begin()
Declaration
public void Begin()
End()
Declaration
public void End()