#include <Amesos_Time.h>
Inheritance diagram for Amesos_Time:
Public Member Functions | |
| Amesos_Time () | |
| Default constructor. | |
| ~Amesos_Time () | |
| Default destructor. | |
| void | InitTime (const Epetra_Comm &Comm) |
| Initializes the Time object. | |
| void | ResetTime () |
| Resets the internally stored time object. | |
| void | AddTime (const string what) |
Adds to field what the time elapsed since last call to ResetTime(). | |
| double | GetTime (const string what) const |
Gets the comulative time for field what. | |
1.3.9.1