|
Prev | Next |
debug_none
in the cmake command.
Correctness tests are included for all the speed tests,
so it is possible you will want to compile these tests for debugging; i.e.,
set
cppad_debug_which
to debug_all.
The sections below explain how you can run these tests on your computer.
| speed_main | Running the Speed Test Program |
| speed_utility | Speed Testing Utilities |
| speed_double | Speed Test of Functions in Double |
| speed_adolc | Speed Test of Derivatives Using Adolc |
| speed_cppad | Speed Test Derivatives Using CppAD |
| speed_fadbad | Speed Test Derivatives Using Fadbad |
| speed_cppad_jit | Speed Test Derivatives Using cppad_jit |
| speed_cppadcg | Speed Test Derivatives Using Cppadcg |
| speed_sacado | Speed Test Derivatives Using Sacado |
| speed_xpackage | Speed Test Example and Template for a New Package |