|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Function that preforms one timing test (for speed of execution). More...
Go to the source code of this file.
Functions | |
| template<class Test > | |
| double | time_test (Test test, double time_min) |
| Preform one wall clock execution timing test. | |
| template<class Test > | |
| double | time_test (Test test, double time_min, size_t test_size) |
| Preform one wall clock execution timing test. | |
Function that preforms one timing test (for speed of execution).
Definition in file time_test.hpp.