19 #ifndef SNARK_TIMING_TIMER_H_
20 #define SNARK_TIMING_TIMER_H_
22 #include <boost/date_time/posix_time/posix_time.hpp>
23 #include <boost/thread/thread_time.hpp>
31 timer(
const boost::posix_time::time_duration& duration );
35 boost::posix_time::time_duration m_duration;
36 boost::posix_time::ptime m_end;