Drake
Drake C++ Documentation
drake::common::test Namespace Reference

Functions

template<typename F , typename... Args>
static double MeasureExecutionTime (F func, Args &&... args)
 Returns the elapsed time of func(args), in seconds. More...
 

Function Documentation

◆ MeasureExecutionTime()

static double drake::common::test::MeasureExecutionTime ( func,
Args &&...  args 
)
static

Returns the elapsed time of func(args), in seconds.