|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
| double CppAD::time_test | ( | Test | test, |
| double | time_min | ||
| ) |
Preform one wall clock execution timing test.
| Test | Either the type void (*)(size_t) or a function object type that supports the same syntax. |
| test | The function, or function object, that supports the operation test(repeat) where repeat is the number of times to repeat the tests operaiton that is being timed. |
| time_min | is the minimum amount of time that test should take to preform the repetitions of the operation being timed. |
Definition at line 172 of file time_test.hpp.