timing.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_TIMING_H                                     
00033 #define LL_TIMING_H
00034 
00035 
00036 #if LL_LINUX || LL_DARWIN || LL_SOLARIS
00037 #include <sys/time.h>
00038 #endif
00039 
00040 
00041 const F32 SEC_TO_MICROSEC = 1000000.f;
00042 const U64 SEC_TO_MICROSEC_U64 = 1000000;
00043 const U32 SEC_PER_DAY = 86400;
00044 
00045 // This is just a stub, implementation in lltimer.cpp.  This file will be deprecated in the future.
00046 U64 totalTime();                                        // Returns current system time in microseconds
00047 
00048 #endif

Generated on Thu Jul 1 06:09:59 2010 for Second Life Viewer by  doxygen 1.4.7