![]() |
RobWorkProject
23.9.11-
|
A helper class to measure execution time for benchmarking purposes. More...
#include <BS_thread_pool.hpp>
Public Member Functions | |
| void | start () |
| Start (or restart) measuring time. | |
| void | stop () |
| Stop measuring time and store the elapsed time since start(). | |
| std::chrono::milliseconds::rep | ms () const |
| Get the number of milliseconds that have elapsed between start() and stop(). More... | |
A helper class to measure execution time for benchmarking purposes.
|
inline |