QSDK 1.1 Documentation
Main Page | Modules | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

Q::ApplicationCounters Struct Reference
[Performance Counters]

#include <Q/q.h>

List of all members.

Public Attributes

unsigned int instancesUpdated
unsigned int instancesMoved
unsigned int instancesDrawn
float avRenderTime
float avUpdateTime
float avAppTime


Detailed Description

Set of counters collected this frame and made available by Application::getApplicationCounters.


Member Data Documentation

float Q::ApplicationCounters::avAppTime
 

Time decay average duration of events to the app and app tick in seconds.

float Q::ApplicationCounters::avRenderTime
 

Time decay average of render time in seconds.

float Q::ApplicationCounters::avUpdateTime
 

Time decay average of updating the world in seconds.

unsigned int Q::ApplicationCounters::instancesDrawn
 

The number of instances rendered this frame.

unsigned int Q::ApplicationCounters::instancesMoved
 

The number of instances moved outside their time-swept box this frame.

unsigned int Q::ApplicationCounters::instancesUpdated
 

The number of instances updated this frame.

Return to QSDK documentation Contents page. Contact details for support, information and fault-reporting.
Qube Software Limited © 2000-2004