OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Utils.h File Reference
#include <time.h>

Go to the source code of this file.

Namespaces

 Stats
 

Functions

void Stats::StartFrame ()
 
void Stats::EndFrame ()
 
float Stats::GetFPS ()
 
float Stats::GetAverageFrameTime ()
 
void Stats::Clear ()
 

Variables

timespec Stats::endFrame
 
timespec Stats::startFrame
 
uint32_t Stats::nbFrame = 0
 
uint32_t Stats::totalNbFrame
 
double Stats::TotalFrameTime = 0