Struct ProfilerMarker
Assembly: UnityEngine.dll
Syntax
public struct ProfilerMarker
Constructors
|
Improve this Doc
View Source
ProfilerMarker(String)
Declaration
public ProfilerMarker(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Methods
|
Improve this Doc
View Source
Auto()
Declaration
public ProfilerMarker.AutoScope Auto()
Returns
|
Improve this Doc
View Source
Begin()
Declaration
[Conditional("ENABLE_PROFILER")]
public void Begin()
|
Improve this Doc
View Source
Begin(Object)
Declaration
[Conditional("ENABLE_PROFILER")]
public void Begin(Object contextUnityObject)
Parameters
Type |
Name |
Description |
Object |
contextUnityObject |
|
|
Improve this Doc
View Source
End()
Declaration
[Conditional("ENABLE_PROFILER")]
public void End()
Extension Methods