ParCompMark::GLXRenderWindow::WindowStatistics Struct Reference

#include <PCMGLXRenderWindow.h>

List of all members.


Detailed Description

Struct for window statistics (FPS values, frame times).

Definition at line 92 of file PCMGLXRenderWindow.h.


Public Attributes

u32 frameCount
 Number of rendered frames.
Real renderingTime
 Time elapsed the start of the rendering.
Real lastFPS
 Frame rate for the last frame.
Real avgFPS
 Average frame rate.
Real bestFPS
 Frame rate for the frame with the best frame time.
Real worstFPS
 Frame rate for the frame with the worst frame time.
Real frameBeginTime
 Time at the beginning of the frame.
Real frameEndTime
 Time at the end of the frame.
Real lastFrameTime
 Last frame time.
Real bestFrameTime
 Best frame time.
Real worstFrameTime
 Worst frame time.
Real lastTriangleCount
 Triangle count for the last frame.
Real avgTriangleCount
 Average triangle count.
Real minTriangleCount
 Minimal triangle count.
Real maxTriangleCount
 Maximal triangle count.

Member Data Documentation


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