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.CoreAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
Fps | 1 | ||
Engine | 2 | ||
Application | 3 | ||
Rendering | 4 | ||
Shader | 5 | ||
UI | 6 | ||
Physics | 7 | ||
AI | 8 | ||
Text | 9 | ||
AvailableRam | 10 |
See Also