Tracks the performance/speed of the Engine.
More...
|
float | Fps [get] |
| Frames per second; auto-calculated by the engine. More...
|
|
float | FrameMs [get] |
| Average milliseconds per frame - auto-calculated by the engine. More...
|
|
long | TotalFrames [get] |
| How many frames the engine has rendered since it was started. More...
|
|
Tracks the performance/speed of the Engine.
◆ LogFrame()
Logs a complete frame for performance profiling.
- Parameters
-
path | The path of the file to store the log in. |
logMode | Controls how the frame log is captured. |
◆ Fps
float OmegaEngine.EnginePerformance.Fps |
|
get |
Frames per second; auto-calculated by the engine.
◆ FrameMs
float OmegaEngine.EnginePerformance.FrameMs |
|
get |
Average milliseconds per frame - auto-calculated by the engine.
◆ TotalFrames
long OmegaEngine.EnginePerformance.TotalFrames |
|
get |
How many frames the engine has rendered since it was started.
The documentation for this class was generated from the following file:
- OmegaEngine/EnginePerformance.cs