#include <Teuchos_TimeMonitor.hpp>
Inheritance diagram for Teuchos::TimeMonitor:

Public Member Functions | |
| TimeMonitor (Time &timer, bool reset=false) | |
| Constructor starts timer. | |
| ~TimeMonitor () | |
| Destructor causes timer to stop. | |
Static Public Member Functions | |
| Teuchos::RefCountPtr< Time > | getNewTimer (const string &name) |
| void | summarize (ostream &out=std::cout, bool alwaysWriteLocal=false, bool writeGlobalStats=true) |
| Print summary statistics for a group of timers. Timings are gathered from all processors. | |
Termination upon destruction lets this timer behave correctly even if scope is exited because of an exception.
Definition at line 98 of file Teuchos_TimeMonitor.hpp.
|
||||||||||||
|
Constructor starts timer.
Definition at line 103 of file Teuchos_TimeMonitor.hpp. |
|
|
Destructor causes timer to stop.
Definition at line 110 of file Teuchos_TimeMonitor.hpp. |
|
|
Wrapping of getNewCounter() for backwards compatibiity with old code
Definition at line 116 of file Teuchos_TimeMonitor.hpp. |
|
||||||||||||||||
|
Print summary statistics for a group of timers. Timings are gathered from all processors.
Definition at line 39 of file Teuchos_TimeMonitor.cpp. |
1.3.9.1