DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
benchmarkhistory_t Struct Reference
+ Collaboration diagram for benchmarkhistory_t:

Data Fields

double fpsavg
 
double fpsmax
 
double fpsmin
 
int frames
 
double time
 
double totalfpsavg
 

Detailed Description

Definition at line 479 of file cl_demo.c.

Field Documentation

◆ fpsavg

double benchmarkhistory_t::fpsavg

Definition at line 483 of file cl_demo.c.

◆ fpsmax

double benchmarkhistory_t::fpsmax

Definition at line 483 of file cl_demo.c.

◆ fpsmin

double benchmarkhistory_t::fpsmin

Definition at line 483 of file cl_demo.c.

◆ frames

int benchmarkhistory_t::frames

Definition at line 481 of file cl_demo.c.

◆ time

double benchmarkhistory_t::time

Definition at line 482 of file cl_demo.c.

◆ totalfpsavg

double benchmarkhistory_t::totalfpsavg

Definition at line 482 of file cl_demo.c.


The documentation for this struct was generated from the following file: