cpp_robotics::Timer
#include <timer.hpp>
Public Functions
| Name | |
|---|---|
| void | start() |
| void | stop() |
| double | second() |
| double | millisecond() |
| template <class Second > int |
count() |
Public Functions Documentation
function start
inline void start()
function stop
inline void stop()
function second
inline double second()
function millisecond
inline double millisecond()
function count
template <class Second >
inline int count()
Updated on 2024-05-28 at 06:55:40 +0000