Constructor ProfilerMarker
ProfilerMarker(string, string)
Constructs the ProfilerMarker that belongs to the generic ProfilerCategory.Scripts category.
Declaration
public ProfilerMarker(string name, string param1Name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of a marker. |
string | param1Name | Name of the first parameter passed to the Begin method. |
Remarks
Does nothing in Release Players.
ProfilerMarker(ProfilerCategory, string, string)
Constructs the ProfilerMarker.
Declaration
public ProfilerMarker(ProfilerCategory category, string name, string param1Name)
Parameters
Type | Name | Description |
---|---|---|
ProfilerCategory | category | Profiler category. |
string | name | Name of a marker. |
string | param1Name | Name of the first parameter passed to the Begin method. |
Remarks
Does nothing in Release Players.