Belle II Software
release-08-01-10
|
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). | |