00001 #ifndef TIMER_H 00002 #define TIMER_H 00003 00004 #include "SundanceDefs.h" 00005 #include "TSFTimeMonitor.h" 00006 #include <time.h> 00007 00008 namespace Sundance 00009 { 00010 00011 using namespace TSF; 00012 00013 class Timer 00014 { 00015 public: 00016 00017 static void report(); 00018 00019 static TSFTimer totalTimer_; 00020 }; 00021 00022 } 00023 00024 #endif 00025