CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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

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

Macros

#define CPPAD_EXTRA_RUN_BEFORE_TIMING   0
 

Functions

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

Detailed Description

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

Definition in file time_test.hpp.