Displays the time elapsed between the call to the constructor and the destructor. More...
#include <arcane/core/Timer.h>
Public Member Functions | |
| SimplePrinter (ITraceMng *tm, const String &msg) | |
| SimplePrinter (ITraceMng *tm, const String &msg, bool is_active) | |
Displays the time elapsed between the call to the constructor and the destructor.
This class allows simply displaying, at the time of the destructor, the real time elapsed since the call to the constructor. The display is done via the info() method of ITraceMng.