#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 20 of file HLTPerformanceInfo.h.
|
inline |
Definition at line 28 of file HLTPerformanceInfo.h.
|
inline |
Definition at line 32 of file HLTPerformanceInfo.h.
|
inline |
Definition at line 45 of file HLTPerformanceInfo.h.
References edm::HLTPathStatus::reset().
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), BeautifulSoup.Tag::setString(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
|
inline |
|
inline |
Definition at line 36 of file HLTPerformanceInfo.h.
References name_.
Referenced by config.CFG::__str__(), validation.Sample::digest(), VIDSelectorBase.VIDSelectorBase::initialize(), operator==(), HLTPerformanceInfo::Path::operator==(), and Vispa.Views.PropertyView.Property::valueChanged().
|
inline |
Definition at line 42 of file HLTPerformanceInfo.h.
References name(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
Definition at line 52 of file HLTPerformanceInfo.h.
References status().
Referenced by HLTPerformanceInfo::setStatusOfModulesFromPath().
|
inline |
|
inline |
Definition at line 41 of file HLTPerformanceInfo.h.
References status_.
Referenced by setStatus(), and HLTPerformanceInfo::setStatusOfModulesFromPath().
|
inline |
|
private |
Definition at line 23 of file HLTPerformanceInfo.h.
Referenced by time().
|
private |
Definition at line 24 of file HLTPerformanceInfo.h.
Referenced by cputime().
|
private |
Definition at line 22 of file HLTPerformanceInfo.h.
Referenced by name(), and HLTPerformanceInfo::Path::name().
|
private |
Definition at line 26 of file HLTPerformanceInfo.h.
Referenced by status(), and HLTPerformanceInfo::Path::status().