7 #ifndef TIMED_BENCHMARK_H
8 #define TIMED_BENCHMARK_H
10 #include <boost/date_time/posix_time/posix_time.hpp>
21 std::string print()
const;
22 double milliseconds()
const;
25 boost::posix_time::ptime start_time;
26 boost::posix_time::ptime stop_time;
38 static double milliseconds(
const EasyClock &lhs,
const EasyClock &rhs);
41 boost::posix_time::ptime time;