Class GameProfilingKeys
Keys used for profiling the game class.
public static class GameProfilingKeys
- Inheritance
-
GameProfilingKeys
Fields
EntityProcessorInitialize
Profiling Entity processors initialization.
public static readonly ProfilingKey EntityProcessorInitialize
Field Value
Game
public static readonly ProfilingKey Game
Field Value
GameDraw
Profiling Draw() method of a GameBase. This profiling is only used through markers published every seconds.
public static readonly ProfilingKey GameDraw
Field Value
GameDrawFPS
Profiling Draw() method of a GameBase. This profiling is only used through markers published every seconds.
public static readonly ProfilingKey GameDrawFPS
Field Value
GameEndDraw
Profiling EndDraw() method of a GameBase. This profiling is only used through markers published every seconds.
public static readonly ProfilingKey GameEndDraw
Field Value
GameInitialize
Profiling initialization of a Game instance.
public static readonly ProfilingKey GameInitialize
Field Value
GameLoadContent
Profiling load content of a Game instance.
public static readonly ProfilingKey GameLoadContent
Field Value
GameSystemInitialize
Profiling initialization of a IGameSystemBase.
public static readonly ProfilingKey GameSystemInitialize
Field Value
GameSystemLoadContent
Profiling LoadContent of a IGameSystemBase.
public static readonly ProfilingKey GameSystemLoadContent
Field Value
GameUpdate
Profiling Update() method of a GameBase. This profiling is only used through markers published every seconds.
public static readonly ProfilingKey GameUpdate
Field Value
ObjectDatabaseInitialize
Profiling Object Database initialization.
public static readonly ProfilingKey ObjectDatabaseInitialize