#include <Amesos_Time.h>
Inheritance diagram for Amesos_Time:
Public Member Functions | |
| Amesos_Time () | |
Default constructor to create size timers. | |
| virtual | ~Amesos_Time () |
| Default destructor. | |
| void | CreateTimer (const Epetra_Comm &Comm, int size=1) |
| Initializes the Time object. | |
| void | ResetTimer (const int timerID=0) |
| Resets the internally stored time object. | |
| int | AddTime (const string what, int dataID, const int timerID=0) |
Adds to field what the time elapsed since last call to ResetTimer(). | |
| double | GetTime (const string what) const |
| Gets the cumulative time using the string. | |
| double | GetTime (const int dataID) const |
| Gets the cumulative time using the dataID. | |
| void | GetTiming (Teuchos::ParameterList &list) const |
| Load up the current timing information into the parameter list. | |
1.3.9.1