Go to the documentation of this file.00001 #ifndef _Utils_h__
00002 #define _Utils_h__
00003
00004 #include <sys/time.h>
00005 #include <sys/types.h>
00006 #include <sys/resource.h>
00007
00008 double getTime(struct rusage one, struct rusage two);
00009 void getTime(struct rusage *t);
00010 void setRandom();
00011
00012 #endif
00013