parallel_timer.h
Go to the documentation of this file.
00001 #ifndef PARALLEL_TIMER_H
00002 #define PARALLEL_TIMER_H
00003 
00004 #include <ode/timer.h>
00005 #include "parallel_common.h"
00006 
00007 class ParallelTimer
00008 {
00009 public:
00010 
00011   ParallelTimer( const char *description ) {
00012     dTimerNow( description );
00013   }
00014 
00015   virtual ~ParallelTimer( ) {
00016     dxGlobalSync();
00017   }
00018 
00019 };
00020 
00021 #endif


parallel_quickstep
Author(s): Jared Duke
autogenerated on Fri Jan 3 2014 11:36:56