Statistics::Frame
Nested class for frame-specific statistics.
#include "Utils/Statistics.h"
Public Functions
| Name | |
|---|---|
| Frame() =delete<br>Deleted constructor to prevent instantiation. | |
| ~Frame() =delete<br>Deleted destructor to prevent destruction. |
Public Attributes
| Name | |
|---|---|
| int | CPUTime <br>CPU frame time, in milliseconds. |
| int | GPUTime <br>GPU frame time, in milliseconds. |
| int | ID <br>Identifier of the current frame. |
Public Functions Documentation
function Frame
cpp
Frame() =deleteFrame() =deleteDeleted constructor to prevent instantiation.
function ~Frame
cpp
~Frame() =delete~Frame() =deleteDeleted destructor to prevent destruction.
Public Attributes Documentation
variable CPUTime
cpp
static int CPUTime = 0;static int CPUTime = 0;CPU frame time, in milliseconds.
variable GPUTime
cpp
static int GPUTime = 0;static int GPUTime = 0;GPU frame time, in milliseconds.
variable ID
cpp
static int ID = 0;static int ID = 0;Identifier of the current frame.
Updated on 2026-05-21 at 15:39:35 +0000