Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Timer.h

Go to the documentation of this file.
00001 #include <time.h>
00002 
00004 
00005 class Timer
00006 {
00007 public:
00008   static void init();
00009   static clock_t getTime();
00010   
00011 private:
00012   static clock_t begin;
00013 };

Generated on Wed Jun 25 13:23:48 2003 for X3DToolKit by doxygen1.3