#include <MyWatcher.h>
Public Member Functions | |
std::string | continu () |
std::string | lap () |
MyWatcher (const std::string n="") | |
std::string | reset () |
std::string | start (bool r=true) |
std::string | stop () |
~MyWatcher () | |
Public Attributes | |
std::string | name |
double | total |
Definition at line 8 of file MyWatcher.h.
MyWatcher::MyWatcher | ( | const std::string | n = "" | ) | [inline] |
Definition at line 10 of file MyWatcher.h.
MyWatcher::~MyWatcher | ( | ) | [inline] |
Definition at line 11 of file MyWatcher.h.
{}
std::string MyWatcher::continu | ( | ) | [inline] |
Definition at line 14 of file MyWatcher.h.
{Continue(); return " [Continue]";}
std::string MyWatcher::lap | ( | ) | [inline] |
Definition at line 17 of file MyWatcher.h.
References name, connectstrParser::o, csvReporter::r, and total.
Referenced by EcalRawToRecHitFacility::beginRun(), EcalRawToRecHitFacility::produce(), EcalRawToRecHitRoI::produce(), EcalRawToRecHitProducer::produce(), ESUnpackerWorker::work(), and EcalUnpackerWorker::work().
std::string MyWatcher::reset | ( | void | ) | [inline] |
Definition at line 15 of file MyWatcher.h.
{Reset(); return " [Reset]";}
std::string MyWatcher::start | ( | bool | r = true | ) | [inline] |
Definition at line 13 of file MyWatcher.h.
References csvReporter::r.
{Start(r); return " [Start]";}
std::string MyWatcher::stop | ( | ) | [inline] |
Definition at line 16 of file MyWatcher.h.
{Stop(); return " [Stop]";}
std::string MyWatcher::name |
Definition at line 24 of file MyWatcher.h.
Referenced by lap().
double MyWatcher::total |
Definition at line 25 of file MyWatcher.h.
Referenced by lap().