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

Go to the source code of this file.

Functions

void timer_init ()
 
double get_elapsed_time ()
 

Variables

timeval start_time
 

Function Documentation

double get_elapsed_time ( )

Definition at line 33 of file timer.cpp.

void timer_init ( )

Definition at line 26 of file timer.cpp.

Variable Documentation

timeval start_time

Definition at line 24 of file timer.cpp.