![]() |
Prev | Next |
# include <cppad/utility/elapsed_seconds.hpp>
s = elapsed_seconds()
std::chrono::steady_clock
is available,
it will be used for timing.
::GetSystemTime
will be used for timing.
gettimeofday
is available, it is used for timing.
std::clock()
will be used for timing.
double
equal to the
number of seconds since the first call to elapsed_seconds
.