BWAPI
Aiur/include/MesurePrecision.h
Go to the documentation of this file.
00001 #ifndef _MESURE_PRECISION_H
00002 #define _MESURE_PRECISION_H
00003 
00004 #include <windows.h>
00005 
00006 class CMesurePrecision  
00007 {
00008 public:
00009         CMesurePrecision();
00010         virtual ~CMesurePrecision();
00011         bool Start();
00012         double GetTimeFromStart();
00013         char * GetLastError();
00014 
00015 private:
00016         LARGE_INTEGER frequence,debut,fin;
00017         char lastError[264];
00018 };
00019 #endif
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines