#include <HLTPerformanceInfo.h>
Public Member Functions | |
void | clear () |
double | cputime () const |
Module () | |
Module (const char *n, const double dt, const double dtCPU, edm::HLTPathStatus stat=edm::hlt::Ready) | |
std::string | name () const |
bool | operator== (const char *tname) |
void | setCPUTime (double t) |
void | setStatus (edm::HLTPathStatus status) |
void | setTime (double t) |
edm::HLTPathStatus | status () const |
double | time () const |
Private Attributes | |
double | dt_ |
double | dtCPU_ |
std::string | name_ |
edm::HLTPathStatus | status_ |
Definition at line 21 of file HLTPerformanceInfo.h.
|
inline |
Definition at line 30 of file HLTPerformanceInfo.h.
|
inline |
Definition at line 32 of file HLTPerformanceInfo.h.
|
inline |
Definition at line 39 of file HLTPerformanceInfo.h.
References dt_, dtCPU_, edm::HLTPathStatus::reset(), and status_.
|
inline |
|
inline |
Definition at line 34 of file HLTPerformanceInfo.h.
References name_.
Referenced by config.CFG::__str__(), validation.Sample::digest(), VIDSelectorBase.VIDSelectorBase::initialize(), and operator==().
|
inline |
Definition at line 38 of file HLTPerformanceInfo.h.
References name(), AlCaHLTBitMon_QueryRunRegistry::string, and tname().
|
inline |
Definition at line 45 of file HLTPerformanceInfo.h.
References dtCPU_, and submitPVValidationJobs::t.
|
inline |
Definition at line 46 of file HLTPerformanceInfo.h.
References status(), and status_.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 24 of file HLTPerformanceInfo.h.
|
private |
Definition at line 25 of file HLTPerformanceInfo.h.
Referenced by clear(), cputime(), and setCPUTime().
|
private |
Definition at line 23 of file HLTPerformanceInfo.h.
Referenced by name().
|
private |
Definition at line 27 of file HLTPerformanceInfo.h.
Referenced by clear(), setStatus(), and status().