#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 dt_, dtCPU_, edm::HLTPathStatus::reset(), and status_.
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 cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), operator==(), and Vispa.Views.PropertyView.Property::valueChanged().
|
inline |
Definition at line 42 of file HLTPerformanceInfo.h.
References name(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 51 of file HLTPerformanceInfo.h.
References dtCPU_, and edmStreamStallGrapher::t.
|
inline |
Definition at line 52 of file HLTPerformanceInfo.h.
References status(), and 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.
|
private |
Definition at line 24 of file HLTPerformanceInfo.h.
Referenced by clear(), cputime(), and setCPUTime().
|
private |
Definition at line 22 of file HLTPerformanceInfo.h.
Referenced by name().
|
private |
Definition at line 26 of file HLTPerformanceInfo.h.
Referenced by clear(), setStatus(), and status().