Home
Installation
Gallery
API Documentation
C++
Python
Resources
Getting Help
Tutorials
Python Bindings
For Developers
Credits
GitHub
Drake
Drake C++ Documentation
Functions
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
(
F
func
,
Args &&...
args
)
static
Returns the elapsed time of
func(args)
, in seconds.
drake
common
test