Changeset 2801 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Timer
- Timestamp:
- 06/27/08 13:33:46 (17 years ago)
- Location:
- GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Timer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Timer/BenchTimer.h
r2777 r2801 33 33 // we definitely want timers to be inlined! 34 34 #define PERFTIMER_INLINE __forceinline 35 36 35 36 #ifndef WIN32_LEAN_AND_MEAN 37 37 #define WIN32_LEAN_AND_MEAN 38 #endif 38 39 #define NOMINMAX 39 40 #include <windows.h> // for LARGE_INTEGER -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Timer/PerfTimer.h
r2777 r2801 13 13 // 14 14 // 15-jul-99 14:00:00 mw created 15 // =========================================================================== 16 // $Header: /usr/local/cvsyare/cvsyare/include/yareutils/PerfTimer.h,v 1.1 2002/09/24 16:53:47 wimmer Exp $ 17 // =========================================================================== 15 18 16 19 17 #ifndef NO_PRAGMA_ONCE … … 24 22 #define _PERFTIMER_H 25 23 26 //#define NO_RDTSC_TIMER 24 // RDTSC timer does not work with modern CPUs 25 #define NO_RDTSC_TIMER 27 26 28 27 #ifdef WIN32
Note: See TracChangeset
for help on using the changeset viewer.