KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
pvr_stats Struct Reference

PVR statistics structure. More...

#include <dc/pvr.h>

Data Fields

uint32 enabled_list_mask
 Which lists are enabled?
uint32 vbl_count
 VBlank count.
int frame_last_time
 Ready-to-Ready length for the last frame in milliseconds.
float frame_rate
 Current frame rate (per second)
int reg_last_time
 Registration time for the last frame in milliseconds.
int rnd_last_time
 Rendering time for the last frame in milliseconds.
int vtx_buffer_used
 Number of bytes used in the vertex buffer for the last frame.
int vtx_buffer_used_max
 Number of bytes used in the vertex buffer for the largest frame.
int buf_last_time
 DMA buffer file time for the last frame in milliseconds.
uint32 frame_count
 Total number of rendered/viewed frames.

Detailed Description

PVR statistics structure.

This structure is used to hold various statistics about the operation of the PVR since initialization.


Field Documentation

int pvr_stats::buf_last_time

DMA buffer file time for the last frame in milliseconds.

uint32 pvr_stats::enabled_list_mask

Which lists are enabled?

uint32 pvr_stats::frame_count

Total number of rendered/viewed frames.

int pvr_stats::frame_last_time

Ready-to-Ready length for the last frame in milliseconds.

float pvr_stats::frame_rate

Current frame rate (per second)

int pvr_stats::reg_last_time

Registration time for the last frame in milliseconds.

int pvr_stats::rnd_last_time

Rendering time for the last frame in milliseconds.

uint32 pvr_stats::vbl_count

VBlank count.

int pvr_stats::vtx_buffer_used

Number of bytes used in the vertex buffer for the last frame.

int pvr_stats::vtx_buffer_used_max

Number of bytes used in the vertex buffer for the largest frame.


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