33 #if defined(Clock_RECURSES)
34 #error Recursive header files inclusion detected in Clock.h
35 #else // defined(Clock_RECURSES)
37 #define Clock_RECURSES
48 #if ( (defined(UNIX)||defined(unix)||defined(linux)) )
54 #include <mach/clock.h>
55 #include <mach/mach.h>
58 #if ( (defined(WIN32)) )
141 #if ( (defined(UNIX)||defined(unix)||defined(linux) || defined(__MACH__) ) )
142 struct timespec myTimerStart;
145 #if ( (defined(WIN32)) )
162 object.selfDisplay( out );
171 #include "DGtal/base/Clock.ih"
173 #endif // !defined Clock_h
175 #undef Clock_RECURSES
176 #endif // else defined(Clock_RECURSES)