base_debug.hh

Go to the documentation of this file.
00001 /*
00008  * LEGAL:   COPYRIGHT (C) 2006 JIM E. BROOKS
00009  *          THIS SOURCE CODE IS RELEASED UNDER THE TERMS
00010  *          OF THE GNU GENERAL PUBLIC LICENSE VERSION 2 (GPL 2).
00011  *****************************************************************************/
00012 
00013 #if DEBUG
00014 #ifndef BASE_DEBUG_HH
00015 #define BASE_DEBUG_HH 1
00016 
00017 #include "base_common.hh"
00018 
00019 namespace base {
00020 
00021 unsigned long
00022 MemUsed( void );
00023 
00024 void
00025 MeasureTime( void(*func)(long), long funcArg, const string& funcName );
00026 
00027 } // namespace base
00028 
00029 #endif // BASE_DEBUG_HH
00030 #endif // DEBUG
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:06 2007