Skip to content

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
intCPUTime <br>CPU frame time, in milliseconds.
intGPUTime <br>GPU frame time, in milliseconds.
intID <br>Identifier of the current frame.

Public Functions Documentation

function Frame

cpp
Frame() =delete
Frame() =delete

Deleted constructor to prevent instantiation.

function ~Frame

cpp
~Frame() =delete
~Frame() =delete

Deleted 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 2025-05-31 at 12:55:30 +0000