#include <MsqTimer.hpp>
Public Member Functions | |
| Timer () | |
| void | reset () |
| double | since_last_check () |
| double | since_birth () const |
| Timer () | |
| void | reset () |
| double | since_last_check () |
| double | since_birth () const |
Private Attributes | |
| double | atBirth |
| double | atLastCheck |
Definition at line 54 of file includeLinks/MsqTimer.hpp.
| Timer | ( | ) |
| Timer | ( | ) |
| void reset | ( | ) |
Definition at line 86 of file Misc/MsqTimer.cpp.
Referenced by TerminationCriterion::reset_inner().

| void reset | ( | ) |
| double since_birth | ( | ) | const |
| double since_birth | ( | ) | const |
Definition at line 100 of file Misc/MsqTimer.cpp.
Referenced by ConjugateGradient::optimize_vertex_positions(), and TerminationCriterion::terminate().

| double since_last_check | ( | ) |
Definition at line 92 of file Misc/MsqTimer.cpp.
| double since_last_check | ( | ) |
|
private |
Definition at line 71 of file includeLinks/MsqTimer.hpp.
Referenced by Timer::Timer().
|
private |
Definition at line 72 of file includeLinks/MsqTimer.hpp.
Referenced by Timer::Timer().