timer_ansi.cpp

Go to the documentation of this file.
00001 #include <time.h>
00002 #include "timer.h"
00003 
00004 
00005 adr_u64 GetNow() {
00006   return adr_u64(1000000) * clock() / CLOCKS_PER_SEC;
00007 }

Generated on Mon Feb 13 23:07:47 2006 for audiere by  doxygen 1.4.6