CppAD: A C++ Algorithmic Differentiation Package
20130918
|
double CppAD::elapsed_seconds | ( | void | ) | [inline] |
Returns the elapsed number since the first call to this function.
This routine tries is accurate to within .02 seconds. It does not necessary work for time intervals that are less than a day.
::GetSystemTime for timing. gettimeofday
is available, it is used. std::clock()
is used.elapsed_seconds
. Definition at line 108 of file elapsed_seconds.hpp.
Referenced by parallel_ad(), speed_test(), SpeedTest(), and time_test().