OGRE  1.10.11
Object-Oriented Graphics Rendering Engine
Ogre::RenderTarget::FrameStats Struct Reference

#include <OgreRenderTarget.h>

Public Attributes

float avgFPS
 average frames per second (FPS) since call to Root::startRendering More...
 
size_t batchCount
 number of batches rendered in the last update() call. More...
 
float bestFPS
 best frames per second (FPS) since call to Root::startRendering More...
 
unsigned long bestFrameTime
 
float lastFPS
 frames per second (FPS) based on the frames rendered in the last second More...
 
size_t triangleCount
 number of triangles rendered in the last update() call. More...
 
int vBlankMissCount
 
float worstFPS
 worst frames per second (FPS) since call to Root::startRendering More...
 
unsigned long worstFrameTime
 

Member Data Documentation

float Ogre::RenderTarget::FrameStats::lastFPS

frames per second (FPS) based on the frames rendered in the last second

float Ogre::RenderTarget::FrameStats::avgFPS

average frames per second (FPS) since call to Root::startRendering

float Ogre::RenderTarget::FrameStats::bestFPS

best frames per second (FPS) since call to Root::startRendering

float Ogre::RenderTarget::FrameStats::worstFPS

worst frames per second (FPS) since call to Root::startRendering

unsigned long Ogre::RenderTarget::FrameStats::bestFrameTime
unsigned long Ogre::RenderTarget::FrameStats::worstFrameTime
size_t Ogre::RenderTarget::FrameStats::triangleCount

number of triangles rendered in the last update() call.

size_t Ogre::RenderTarget::FrameStats::batchCount

number of batches rendered in the last update() call.

int Ogre::RenderTarget::FrameStats::vBlankMissCount

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