Method Begin
Begin(TP1, TP2, TP3)
Begin profiling a piece of code marked with the ProfilerMarker instance.
Declaration
[Conditional("ENABLE_PROFILER")]
[Pure]
public void Begin(TP1 p1, TP2 p2, TP3 p3)
Parameters
Type | Name | Description |
---|---|---|
TP1 | p1 | The first context parameter. |
TP2 | p2 | The second context parameter. |
TP3 | p3 | The third context parameter. |
Remarks
Does nothing in Release Players.