Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
adtimer (void) | |
Default constructor. | |
double | get_elapsed_time (void) |
Returns the elapsed time in milliseconds from the timer object. | |
double | get_elapsed_time_and_reset (void) |
Returns elapsed time in milliseconds of timer object and then resets the timer to current time. | |
Private Attributes | |
timeval | tv |
timeval | tvold |
adtimer::adtimer | ( | void | ) |
double adtimer::get_elapsed_time | ( | void | ) |
Returns the elapsed time in milliseconds from the timer object.
Definition at line 57 of file timer.cpp.
Referenced by laplace_approximation_calculator::default_calculations(), laplace_approximation_calculator::default_calculations_check_derivatives(), laplace_approximation_calculator::get_complete_hessian(), and laplace_approximation_calculator::get_newton_raphson_info().
double adtimer::get_elapsed_time_and_reset | ( | void | ) |
Returns elapsed time in milliseconds of timer object and then resets the timer to current time.
Definition at line 31 of file timer.cpp.
Referenced by laplace_approximation_calculator::default_calculations(), laplace_approximation_calculator::default_calculations_check_derivatives(), and fmm::fmin().
timeval adtimer::tv [private] |
Definition at line 8679 of file fvar.hpp.
Referenced by adtimer(), get_elapsed_time(), and get_elapsed_time_and_reset().
timeval adtimer::tvold [private] |
Definition at line 8680 of file fvar.hpp.
Referenced by adtimer(), get_elapsed_time(), and get_elapsed_time_and_reset().
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0 |