Typedefs | |
typedef std::set< ELsetS > | ELset_string |
Functions | |
static std::string | d2str (double d) |
static std::string | d2str (double d) |
void | ELrecv (int nbytes, const char *data) |
void | ELrecv (int nbytes, const char *data, ELstring localModule) |
template<class T > | |
void | ELtsItem (ELtsErrorLog &e, const T &t) |
void | ELtsItem (ELtsErrorLog &e, const char s[]) |
void | ELtsItem (ELtsErrorLog &e, int n) |
void | ELtsItem (ELtsErrorLog &e, unsigned int n) |
void | ELtsItem (ELtsErrorLog &e, long n) |
void | ELtsItem (ELtsErrorLog &e, unsigned long n) |
void | ELtsItem (ELtsErrorLog &e, short n) |
void | ELtsItem (ELtsErrorLog &e, unsigned short n) |
void | endmsg (ErrorLog &log) |
static ELstring | formatTime (const time_t t) |
static double | getCPU () |
static double | getTime () |
static double | getTime () |
static std::string | i2str (int i) |
bool | isProcessWideService (InitRootHandlers const *) |
bool | isProcessWideService (void const *) |
bool | isProcessWideService (CPU const *) |
bool | isProcessWideService (TFileService const *) |
bool | isProcessWideService (TFileAdaptor const *) |
bool | isProcessWideService (JobReportService const *) |
bool | isProcessWideService (SiteLocalConfigService const *) |
bool | isProcessWideService (MessageLogger const *) |
static void | msgabort () |
static void | msgabort () |
static void | msgabort () |
static void | msgexit (int s) |
static void | msgexit (int s) |
template<class Mutex , class T > | |
ThreadSafeErrorLog< Mutex > & | operator<< (ThreadSafeErrorLog< Mutex > &e, const T &t) |
template<class Mutex > | |
ThreadSafeErrorLog< Mutex > & | operator<< (ThreadSafeErrorLog< Mutex > &e, void(*f)(ErrorLog &)) |
template<class T > | |
ErrorLog & | operator<< (ErrorLog &e, const T &t) |
ErrorLog & | operator<< (ErrorLog &e, int n) |
ErrorLog & | operator<< (ErrorLog &e, long n) |
ErrorLog & | operator<< (ErrorLog &e, short n) |
ErrorLog & | operator<< (ErrorLog &e, unsigned int n) |
ErrorLog & | operator<< (ErrorLog &e, unsigned long n) |
ErrorLog & | operator<< (ErrorLog &e, unsigned short n) |
ErrorLog & | operator<< (ErrorLog &e, const char s[]) |
std::ostream & | operator<< (std::ostream &os, SimpleMemoryCheck::SignificantEvent const &se) |
std::ostream & | operator<< (std::ostream &os, SimpleMemoryCheck::SignificantModule const &sm) |
static void | possiblyAbOrEx (int s, int a, int e) |
static void | possiblyAbortOrExit (int s, int a, int e) |
void | swap (ELtsErrorLog &a, ELtsErrorLog &b) |
Variables | |
static ELemptyContextSupplier | emptyContext |
static ELstring | hereMsg = "available via this destination" |
static ELstring | noClearSummaryMsg = "No clearSummary()" |
static ELstring | noosMsg = "No ostream" |
static ELstring | noSummarizationMsg = "No summarization()" |
static ELstring | noSummaryMsg = "No summary()" |
static ELstring | notELoutputMsg = "This destination is not an ELoutput" |
typedef std::set<ELsetS> edm::service::ELset_string |
|
static |
|
static |
Definition at line 59 of file Memory.cc.
References lumiQTWidget::t.
Referenced by edm::service::SimpleMemoryCheck::eventStatOutput(), edm::service::CPU::postEndJob(), edm::service::Timing::postEndJob(), and edm::service::SimpleMemoryCheck::postEndJob().
void edm::service::ELrecv | ( | int | nbytes, |
const char * | data | ||
) |
void edm::service::ELrecv | ( | int | nbytes, |
const char * | data, | ||
ELstring | localModule | ||
) |
Definition at line 47 of file ELrecv.cc.
References data, diffTreeTool::diff, edm::ELerror2, edm::ELseverityLevel::ELsev_highestSeverity, edm::ELseverityLevel::ELsev_unspecified, edm::ELseverityLevel::ELsev_zeroSeverity, endmsg(), errorMatrix2Lands_multiChannel::id, edm::service::ELadministrator::instance(), fwlog::logger(), python.rootplot.argparse::module, LaserDQM_cfg::process, edm::service::ELservConSup::setContext(), edm::service::ELservConSup::setFullContext(), edm::service::ErrorLog::setModule(), edm::service::ErrorLog::setSubroutine(), edm::service::ELservConSup::setSummaryContext(), edm::service::ELadministrator::swapContextSupplier(), and edm::service::ELadministrator::swapProcess().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void edm::service::endmsg | ( | ErrorLog & | log | ) |
Definition at line 357 of file ErrorLog.cc.
References edm::service::ErrorLog::endmsg().
Referenced by ELrecv().
|
static |
Definition at line 101 of file ELoutput.cc.
References b, and query::result.
Referenced by edm::service::ELoutput::changeFile(), edm::service::ELoutput::ELoutput(), and edm::service::ELoutput::log().
|
static |
Definition at line 70 of file Timing.cc.
Referenced by edm::service::Timing::postBeginJob(), edm::service::Timing::postEndJob(), edm::service::Timing::postEventProcessing(), and edm::service::Timing::preEventProcessing().
|
static |
Definition at line 28 of file PathTimerService.cc.
References edm::hlt::Exception.
Referenced by EcalPerEvtLaserAnalyzer::endJob(), EcalLaserAnalyzer2::endJob(), EcalLaserAnalyzer::endJob(), edm::service::PathTimerService::postBeginJob(), edm::service::Timing::postBeginJob(), edm::service::Timing::postEndJob(), edm::service::Timing::postEventProcessing(), edm::service::Timing::postModule(), edm::service::PathTimerService::preEventProcessing(), edm::service::Timing::preEventProcessing(), edm::service::Timing::preModule(), and pos::PixelFEDTestDAC::writeXMLHeader().
|
static |
|
static |
Definition at line 65 of file Memory.cc.
References i, and lumiQTWidget::t.
Referenced by edm::service::SimpleMemoryCheck::eventStatOutput(), edm::service::CPU::postEndJob(), and edm::service::SimpleMemoryCheck::postEndJob().
|
inline |
Definition at line 29 of file InitRootHandlers.h.
|
inline |
Definition at line 30 of file ServiceMakerBase.h.
|
inline |
|
inline |
Definition at line 43 of file TFileService.h.
Referenced by edm::serviceregistry::ServiceMaker< T, TMaker >::processWideService().
|
inline |
Definition at line 49 of file TFileAdaptor.h.
|
inline |
Definition at line 55 of file JobReportService.h.
|
inline |
Definition at line 73 of file SiteLocalConfigService.h.
|
inline |
Definition at line 152 of file MessageLogger.h.
|
inlinestatic |
Definition at line 162 of file ErrorLog.cc.
References alignCSCRings::e, and edm::errors::LogicError.
|
inlinestatic |
Definition at line 288 of file ELadministrator.cc.
References alignCSCRings::e, and edm::errors::LogicError.
Referenced by edm::service::ELtsErrorLog::dispatch(), possiblyAbOrEx(), and possiblyAbortOrExit().
|
inlinestatic |
Definition at line 316 of file ELtsErrorLog.cc.
References alignCSCRings::e, and edm::errors::LogicError.
|
inlinestatic |
Definition at line 155 of file ErrorLog.cc.
References alignCSCRings::e, edm::errors::LogicError, and alignCSCRings::s.
|
inlinestatic |
Definition at line 281 of file ELadministrator.cc.
References alignCSCRings::e, edm::errors::LogicError, and alignCSCRings::s.
Referenced by possiblyAbOrEx(), and possiblyAbortOrExit().
|
inline |
|
inline |
ErrorLog & edm::service::operator<< | ( | ErrorLog & | e, |
int | n | ||
) |
Definition at line 363 of file ErrorLog.cc.
References edm::service::ErrorLog::discarding, alignCSCRings::e, edm::service::ErrorLog::emitToken(), edm::service::ErrorLog::hexTrigger, m, n, and edm::service::ErrorLog::spaceAfterInt.
ErrorLog & edm::service::operator<< | ( | ErrorLog & | e, |
long | n | ||
) |
Definition at line 393 of file ErrorLog.cc.
References edm::service::ErrorLog::discarding, alignCSCRings::e, edm::service::ErrorLog::emitToken(), edm::service::ErrorLog::hexTrigger, dttmaxenums::L, m, n, edm::service::ErrorLog::spaceAfterInt, and tablePrinter::width.
ErrorLog & edm::service::operator<< | ( | ErrorLog & | e, |
short | n | ||
) |
Definition at line 427 of file ErrorLog.cc.
References edm::service::ErrorLog::discarding, alignCSCRings::e, edm::service::ErrorLog::emitToken(), edm::service::ErrorLog::hexTrigger, m, n, and edm::service::ErrorLog::spaceAfterInt.
ErrorLog & edm::service::operator<< | ( | ErrorLog & | e, |
unsigned int | n | ||
) |
Definition at line 378 of file ErrorLog.cc.
References edm::service::ErrorLog::discarding, alignCSCRings::e, edm::service::ErrorLog::emitToken(), edm::service::ErrorLog::hexTrigger, n, and edm::service::ErrorLog::spaceAfterInt.
ErrorLog & edm::service::operator<< | ( | ErrorLog & | e, |
unsigned long | n | ||
) |
Definition at line 410 of file ErrorLog.cc.
References edm::service::ErrorLog::discarding, alignCSCRings::e, edm::service::ErrorLog::emitToken(), edm::service::ErrorLog::hexTrigger, n, edm::service::ErrorLog::spaceAfterInt, and tablePrinter::width.
ErrorLog & edm::service::operator<< | ( | ErrorLog & | e, |
unsigned short | n | ||
) |
Definition at line 442 of file ErrorLog.cc.
References edm::service::ErrorLog::discarding, alignCSCRings::e, edm::service::ErrorLog::emitToken(), edm::service::ErrorLog::hexTrigger, n, and edm::service::ErrorLog::spaceAfterInt.
ErrorLog & edm::service::operator<< | ( | ErrorLog & | e, |
const char | s[] | ||
) |
Definition at line 461 of file ErrorLog.cc.
References edm::service::ErrorLog::discarding, alignCSCRings::e, and edm::service::ErrorLog::emitToken().
std::ostream & edm::service::operator<< | ( | std::ostream & | os, |
SimpleMemoryCheck::SignificantEvent const & | se | ||
) |
Definition at line 733 of file Memory.cc.
References edm::service::SimpleMemoryCheck::SignificantEvent::count, edm::service::SimpleMemoryCheck::SignificantEvent::deltaRss, edm::service::SimpleMemoryCheck::SignificantEvent::deltaVsize, edm::service::SimpleMemoryCheck::SignificantEvent::event, edm::service::SimpleMemoryCheck::SignificantEvent::monitorPssAndPrivate, edm::service::SimpleMemoryCheck::SignificantEvent::privateSize, edm::service::SimpleMemoryCheck::SignificantEvent::pss, edm::service::SimpleMemoryCheck::SignificantEvent::rss, and edm::service::SimpleMemoryCheck::SignificantEvent::vsize.
std::ostream & edm::service::operator<< | ( | std::ostream & | os, |
SimpleMemoryCheck::SignificantModule const & | sm | ||
) |
Definition at line 747 of file Memory.cc.
References edm::service::SimpleMemoryCheck::SignificantModule::eventMaxDeltaV, edm::service::SimpleMemoryCheck::SignificantModule::maxDeltaVsize, edm::service::SimpleMemoryCheck::SignificantModule::maxEarlyVsize, edm::service::SimpleMemoryCheck::SignificantModule::postEarlyCount, edm::service::SimpleMemoryCheck::SignificantModule::totalDeltaVsize, and edm::service::SimpleMemoryCheck::SignificantModule::totalEarlyVsize.
|
inlinestatic |
Definition at line 169 of file ErrorLog.cc.
References msgabort(), and msgexit().
Referenced by edm::service::ErrorLog::operator()().
|
inlinestatic |
Definition at line 295 of file ELadministrator.cc.
References msgabort(), and msgexit().
Referenced by edm::service::ELadministrator::finishMsg().
|
inline |
Definition at line 139 of file ELtsErrorLog.h.
References edm::service::ELtsErrorLog::swap().
|
static |
Definition at line 473 of file ELadministrator.cc.
|
static |
Definition at line 94 of file ELdestination.cc.
Referenced by edm::service::ELdestination::clearSummary(), edm::service::ELdestination::summarization(), and edm::service::ELdestination::summary().
|
static |
Definition at line 93 of file ELdestination.cc.
Referenced by edm::service::ELdestination::clearSummary().
|
static |
Definition at line 95 of file ELdestination.cc.
Referenced by edm::service::ELdestination::changeFile(), and edm::service::ELdestination::flush().
|
static |
Definition at line 91 of file ELdestination.cc.
Referenced by edm::service::ELdestination::summarization().
|
static |
Definition at line 92 of file ELdestination.cc.
Referenced by edm::service::ELdestination::summary().
Definition at line 96 of file ELdestination.cc.
Referenced by edm::service::ELdestination::changeFile().