22 namespace perception {
27 Timer() : start_time_(0), end_time_(0) {}
36 uint64_t
End(
const std::string &msg);
49 explicit TimerWrapper(
const std::string &msg) : msg_(msg) { timer_.Start(); }
Timer & operator=(const Timer &)=delete
Timer()
Definition: timer.h:27
uint64_t End(const std::string &msg)
TimerWrapper(const std::string &msg)
Definition: timer.h:49
~TimerWrapper()
Definition: timer.h:51