Belle II Software development
|
Small helper class that prints its lifetime when destroyed. More...
#include <Utils.h>
Public Member Functions | |
Timer (std::string text="") | |
Constructor, with some identifying text. | |
Private Attributes | |
double | m_startTime |
time at start (in ns). | |
std::string | m_text |
identifying text (printed at end). | |
|
explicit |
Constructor, with some identifying text.
Definition at line 89 of file Utils.cc.
|
private |