does not stop()
| 62 | bool is_stopped() const BOOST_NOEXCEPT { return m_is_stopped; } |
| 63 | cpu_times elapsed() const BOOST_NOEXCEPT; // does not stop() |
| 64 | std::string format(short places, const std::string& format) const |
| 65 | { return ::boost::timer::format(elapsed(), places, format); } |
| 66 | std::string format(short places = default_places) const |
| 67 | { return ::boost::timer::format(elapsed(), places); } |
| 68 | // actions |
no outgoing calls
no test coverage detected