12 #include <Poco/Timestamp.h>
17 using Poco::Timestamp;
27 explicit HCETimer(
const std::string& s =
"Time: " ) : _prompt( s ), _start() {}
30 inline static const double toSeconds(
const Timestamp::TimeDiff& microseconds ) {
return microseconds / 1000000.; }
34 Timestamp::TimeDiff _stop;