ProfilingMode EnumerationDelta Engine Documentation
Combination of profiling modes that can be turned on via Settings. Normally all modes are off. Implementation can be found in the DeltaEngine.Profiling namespace. View code on GitHub

Namespace: DeltaEngine.Core
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

[FlagsAttribute]
public enum ProfilingMode
Members

  Member nameValueDescription
None0
Fps1
Engine2
Application3
Rendering4
Shader5
UI6
Physics7
AI8
Text9
AvailableRam10
See Also