Table of Contents

Class GameProfilingKeys

Namespace
Stride.Games
Assembly
Stride.Games.dll

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

ProfilingKey

Game

public static readonly ProfilingKey Game

Field Value

ProfilingKey

GameDraw

Profiling Draw() method of a GameBase. This profiling is only used through markers published every seconds.

public static readonly ProfilingKey GameDraw

Field Value

ProfilingKey

GameDrawFPS

Profiling Draw() method of a GameBase. This profiling is only used through markers published every seconds.

public static readonly ProfilingKey GameDrawFPS

Field Value

ProfilingKey

GameEndDraw

Profiling EndDraw() method of a GameBase. This profiling is only used through markers published every seconds.

public static readonly ProfilingKey GameEndDraw

Field Value

ProfilingKey

GameInitialize

Profiling initialization of a Game instance.

public static readonly ProfilingKey GameInitialize

Field Value

ProfilingKey

GameLoadContent

Profiling load content of a Game instance.

public static readonly ProfilingKey GameLoadContent

Field Value

ProfilingKey

GameSystemInitialize

Profiling initialization of a IGameSystemBase.

public static readonly ProfilingKey GameSystemInitialize

Field Value

ProfilingKey

GameSystemLoadContent

Profiling LoadContent of a IGameSystemBase.

public static readonly ProfilingKey GameSystemLoadContent

Field Value

ProfilingKey

GameUpdate

Profiling Update() method of a GameBase. This profiling is only used through markers published every seconds.

public static readonly ProfilingKey GameUpdate

Field Value

ProfilingKey

ObjectDatabaseInitialize

Profiling Object Database initialization.

public static readonly ProfilingKey ObjectDatabaseInitialize

Field Value

ProfilingKey