#include <SimpleTimer.h>
A RAII utility class for measuring elapsed time in operations and log it.
More...
template<class Unit = std::chrono::nanoseconds>
class sofa::helper::SimpleTimer< Unit >
A RAII utility class for measuring elapsed time in operations and log it.
{
}
A RAII utility class for measuring elapsed time in operations and log it.
Definition: SimpleTimer.h:69
◆ hasEnded
template<class Unit = std::chrono::nanoseconds>
◆ m_name
template<class Unit = std::chrono::nanoseconds>
◆ m_start
template<class Unit = std::chrono::nanoseconds>
◆ SimpleTimer()
template<class Unit = std::chrono::nanoseconds>
◆ ~SimpleTimer()
template<class Unit = std::chrono::nanoseconds>
◆ restart()
template<class Unit = std::chrono::nanoseconds>
◆ stop()
template<class Unit = std::chrono::nanoseconds>