A benchmarking helper.
#include <chrono>
#include <utility>
Namespaces | |
drake | |
drake::common | |
drake::common::test | |
Functions | |
template<typename F , typename... Args> | |
static double | MeasureExecutionTime (F func, Args &&... args) |
Returns the elapsed time of func(args) , in seconds. More... | |