Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

timer_ansi.cpp

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

Generated at Mon Jun 10 02:55:13 2002 for audiere by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001