CppAD: A C++ Algorithmic Differentiation Package  20130918
time_test.hpp File Reference

Function that preforms one timing test (for speed of execution). More...

Go to the source code of this file.

Namespaces

namespace  CppAD
 

contains all the variables and functions defined by the CppAD package.


Functions

template<class Test >
double CppAD::time_test (Test test, double time_min)
 Preform one wall clock execution timing test.
template<class Test >
double CppAD::time_test (Test test, double time_min, size_t test_size)
 Preform one wall clock execution timing test.

Detailed Description

Function that preforms one timing test (for speed of execution).

Definition in file time_test.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines