Enum MarkerFlags
Namespace: Unity.Profiling.LowLevel
Syntax
[Flags]
public enum MarkerFlags : ushort
Fields
Name | Description | Value |
---|---|---|
Default | 0 | |
Script | 2 | |
AvailabilityEditor | 4 | |
AvailabliltyNonDevelopment | 8 | |
Warning | 16 | |
ScriptInvoke | 32 | |
ScriptDeepProfiler | 64 | |
Counter | 128 | |
VerbosityDebug | 1024 | |
VerbosityInternal | 2048 | |
VerbosityAdvanced | 4096 |