Typedefs | |
typedef long long int | num |
Functions | |
void | cDiv (std::ostringstream *out) |
int | gettimesinceboot () |
void | mDiv (std::ostringstream *out, std::string name) |
void | mDiv (std::ostringstream *out, std::string name, std::string value) |
void | mDiv (std::ostringstream *out, std::string name, unsigned int value) |
void | printchar (const char *name, char x) |
void | printone (const char *name, num x) |
void | printonex (const char *name, num x) |
void | printstr (const char *name, char *x) |
void | printtime (const char *name, num x) |
void | printtimediff (const char *name, num x) |
void | printunsigned (const char *name, unsigned long long x) |
void | procCpuStat (unsigned long long &idleJiffies, unsigned long long &allJiffies) |
void | procStat (std::ostringstream *out) |
void | readchar (char *x) |
void | readone (num *x) |
void | readstr (char *x) |
void | readunsigned (unsigned long long *x) |
void | uptime (std::ostringstream *out) |
Variables | |
num | blocked |
num | cmaj_flt |
num | cmin_flt |
num | cpu |
num | cstime |
num | cutime |
num | eip |
num | end_code |
num | esp |
num | exit_signal |
num | flags |
FILE * | input |
num | it_real_value |
num | maj_flt |
num | min_flt |
num | nicev |
num | num_threads |
char | obuf [4096] |
num | pending |
num | pgid |
num | pid |
num | policy |
num | ppid |
num | priority |
num | rss |
num | rsslim |
num | rt_priority |
num | sid |
num | sigcatch |
num | sigign |
num | start_code |
num | start_stack |
unsigned long long | start_time |
char | state |
num | stimev |
char | tcomm [FILENAME_MAX] |
long | tickspersec |
num | tty_nr |
num | tty_pgrp |
num | utime |
num | vsize |
num | wchan |
num | zero1 |
num | zero2 |
typedef long long int evf::utils::num |
Definition at line 71 of file procUtils.cc.
void evf::utils::cDiv | ( | std::ostringstream * | out | ) |
Definition at line 357 of file procUtils.cc.
Referenced by evf::FUEventProcessor::makeStaticInfo(), mDiv(), and evf::FUEventProcessor::updater().
int evf::utils::gettimesinceboot | ( | ) |
void evf::utils::mDiv | ( | std::ostringstream * | out, |
std::string | name | ||
) |
Definition at line 354 of file procUtils.cc.
Referenced by evf::FUEventProcessor::makeStaticInfo(), mDiv(), and evf::FUEventProcessor::updater().
void evf::utils::mDiv | ( | std::ostringstream * | out, |
std::string | name, | ||
std::string | value | ||
) |
Definition at line 360 of file procUtils.cc.
References cDiv(), mDiv(), and relativeConstraints::value.
void evf::utils::mDiv | ( | std::ostringstream * | out, |
std::string | name, | ||
unsigned int | value | ||
) |
Definition at line 365 of file procUtils.cc.
References cDiv(), mDiv(), and relativeConstraints::value.
void evf::utils::printchar | ( | const char * | name, |
char | x | ||
) |
void evf::utils::printone | ( | const char * | name, |
num | x | ||
) |
void evf::utils::printonex | ( | const char * | name, |
num | x | ||
) |
void evf::utils::printstr | ( | const char * | name, |
char * | x | ||
) |
void evf::utils::printtime | ( | const char * | name, |
num | x | ||
) |
Definition at line 135 of file procUtils.cc.
References obuf, and tickspersec.
Referenced by procStat().
void evf::utils::printtimediff | ( | const char * | name, |
num | x | ||
) |
Definition at line 147 of file procUtils.cc.
References gettimesinceboot(), NULL, obuf, tickspersec, cond::rpcobgas::time, and vdt::x.
Referenced by procStat().
void evf::utils::printunsigned | ( | const char * | name, |
unsigned long long | x | ||
) |
void evf::utils::procCpuStat | ( | unsigned long long & | idleJiffies, |
unsigned long long & | allJiffies | ||
) |
Definition at line 157 of file procUtils.cc.
References prof2calltree::count, cpu, input, prof2calltree::last, NULL, readone(), and readstr().
Referenced by evf::FUEventProcessor::summarize().
void evf::utils::procStat | ( | std::ostringstream * | out | ) |
Definition at line 176 of file procUtils.cc.
References blocked, cmaj_flt, cmin_flt, cpu, cstime, cutime, eip, end_code, esp, exit_signal, flags, input, it_real_value, maj_flt, min_flt, nicev, NULL, num_threads, obuf, pending, pgid, pid, policy, ppid, printchar(), printone(), printonex(), printstr(), printtime(), printtimediff(), priority, readchar(), readone(), readstr(), readunsigned(), rss, rsslim, rt_priority, sid, sigcatch, sigign, start_code, start_stack, start_time, state, stimev, tcomm, tickspersec, tty_nr, tty_pgrp, utime, vsize, wchan, zero1, and zero2.
Referenced by evf::FUEventProcessor::procStat().
void evf::utils::readchar | ( | char * | x | ) |
void evf::utils::readone | ( | num * | x | ) |
Definition at line 125 of file procUtils.cc.
References input.
Referenced by procCpuStat(), and procStat().
void evf::utils::readstr | ( | char * | x | ) |
Definition at line 127 of file procUtils.cc.
References input.
Referenced by procCpuStat(), and procStat().
void evf::utils::readunsigned | ( | unsigned long long * | x | ) |
void evf::utils::uptime | ( | std::ostringstream * | out | ) |
Definition at line 309 of file procUtils.cc.
References LOAD_FRAC, LOAD_INT, and cond::rpcobgas::time.
Referenced by evf::FUEventProcessor::updater().
num evf::utils::blocked |
Definition at line 110 of file procUtils.cc.
Referenced by FWEveViewManager::highlightAdded(), and procStat().
num evf::utils::cmaj_flt |
Definition at line 87 of file procUtils.cc.
Referenced by procStat().
num evf::utils::cmin_flt |
Definition at line 85 of file procUtils.cc.
Referenced by procStat().
num evf::utils::cpu |
Definition at line 117 of file procUtils.cc.
Referenced by procCpuStat(), procStat(), and TimeMe::TimeMe().
num evf::utils::cstime |
Definition at line 92 of file procUtils.cc.
Referenced by procStat().
num evf::utils::cutime |
Definition at line 91 of file procUtils.cc.
Referenced by procStat().
num evf::utils::eip |
Definition at line 107 of file procUtils.cc.
Referenced by procStat(), and stacktrace().
num evf::utils::end_code |
Definition at line 104 of file procUtils.cc.
Referenced by procStat().
num evf::utils::esp |
Definition at line 106 of file procUtils.cc.
Referenced by edm::eventsetup::EventSetupsController::eventSetupForInstance(), edm::eventsetup::EventSetupsController::forceCacheClear(), procStat(), and stacktrace().
num evf::utils::exit_signal |
Definition at line 116 of file procUtils.cc.
Referenced by procStat().
num evf::utils::flags |
Definition at line 83 of file procUtils.cc.
Referenced by procStat().
FILE* evf::utils::input |
Definition at line 123 of file procUtils.cc.
Referenced by procCpuStat(), procStat(), readchar(), readone(), readstr(), and readunsigned().
num evf::utils::it_real_value |
Definition at line 96 of file procUtils.cc.
Referenced by procStat().
num evf::utils::maj_flt |
Definition at line 86 of file procUtils.cc.
Referenced by procStat().
num evf::utils::min_flt |
Definition at line 84 of file procUtils.cc.
Referenced by procStat().
num evf::utils::nicev |
Definition at line 94 of file procUtils.cc.
Referenced by procStat().
num evf::utils::num_threads |
Definition at line 95 of file procUtils.cc.
Referenced by procStat().
char evf::utils::obuf[4096] |
Definition at line 122 of file procUtils.cc.
Referenced by printchar(), printone(), printonex(), printstr(), printtime(), printtimediff(), printunsigned(), and procStat().
num evf::utils::pending |
Definition at line 109 of file procUtils.cc.
Referenced by procStat().
num evf::utils::pgid |
Definition at line 78 of file procUtils.cc.
Referenced by procStat().
num evf::utils::pid |
Definition at line 73 of file procUtils.cc.
Referenced by evf::Vulture::analyze(), SiPixelErrorEstimation::analyze(), SiPixelTrackingRecHitsValid::analyze(), evf::FUResourceBroker::customWebPage(), CalibrationScanTask::directory(), CalibrationTask::directory(), SiStripCommissioningSource::directory(), ChargeDividerFP420::divide(), evf::rb_statemachine::Stopping::emergencyStop(), ExternalLHEProducer::executeScript(), evf::FileDescriptorHandler::FileDescriptorHandler(), TriggerSummaryProducerAOD::fillFilterObjectMembers(), QcdLowPtDQM::fillPixels(), TriggerSummaryProducerAOD::fillTriggerObjectCollections(), PythiaFilterGammaJet::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJetWithOutBg::filter(), PythiaFilterGammaJetIsoPi0::filter(), PythiaFilterEMJetHeep::filter(), HighMultiplicityGenFilter::filter(), RemoteFile::get(), HitInfo::getInfo(), TrajectoryCleanerMerger::getLayer(), ValidHitPairFilter::getLayer(), TrackClassifier::hadronFlavor(), HLTDoubletDZ< T1, T2 >::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), TauValidation::leadingPionP4(), VertexHistoryAnalyzer::particleString(), TrackHistoryAnalyzer::particleString(), edm::service::SimpleProfiling::postEndJob(), SiPixelDigitizerAlgorithm::primary_ionization(), HepMCFileReader::printEvent(), procStat(), PixelVertexProducerClusters::produce(), L3MuonCandidateProducerFromMuons::produce(), L2MuonCandidateProducer::produce(), L3MuonCandidateProducer::produce(), MuonSimHitProducer::produce(), CSCCathodeLCTProcessor::ptnFinding(), CaloMeanResponse::readResponse(), CalorimetryManager::reconstruct(), CalorimetryManager::reconstructHCAL(), run_script(), edm::Provenance::setProductID(), evf::FUResourceTable::shutDownClients(), TauValidation::spinEffectsZH(), evf::FWEPWrapper::startMonitoringWorkLoop(), evf::FUEventProcessor::subWeb(), TauValidation::tauDecayChannel(), TauValidation::tauProngs(), HcalTB06Analysis::update(), HcalTB04Analysis::update(), ValidHitPairFilter::ValidHitPairFilter(), VertexHistoryAnalyzer::vertexString(), TrackHistoryAnalyzer::vertexString(), TauValidation::visibleTauEnergy(), and evf::rb_statemachine::SharedResources::watching().
num evf::utils::policy |
Definition at line 119 of file procUtils.cc.
Referenced by stor::QueueCollection< T >::clearQueue(), stor::QueueCollection< T >::empty(), stor::QueueCollection< T >::enqueueEvent_(), stor::QueueCollection< T >::full(), stor::QueueCollection< T >::getExpirationInterval(), stor::QueueCollection< T >::popEvent(), procStat(), stor::RegistrationInfoBase::RegistrationInfoBase(), stor::QueueCollection< T >::setExpirationInterval(), stor::QueueCollection< T >::size(), and stor::QueueCollection< T >::stale().
num evf::utils::ppid |
Definition at line 77 of file procUtils.cc.
Referenced by procStat().
num evf::utils::priority |
Definition at line 93 of file procUtils.cc.
Referenced by procStat().
num evf::utils::rss |
Definition at line 101 of file procUtils.cc.
Referenced by procStat(), and edm::service::SimpleMemoryCheck::updateEventStats().
num evf::utils::rsslim |
Definition at line 102 of file procUtils.cc.
Referenced by procStat().
num evf::utils::rt_priority |
Definition at line 118 of file procUtils.cc.
Referenced by procStat().
num evf::utils::sid |
Definition at line 79 of file procUtils.cc.
Referenced by DTBtiCard::activeGetBTI(), DTTracoCard::activeGetTRACO(), CSCTriggerMapping::addRecord(), CSCReadoutMapping::addRecord(), EcalTPGParamReaderFromDB::analyze(), L1TdeGCT::analyze(), L1TDEMON::analyze(), MuonHOAcceptance::buildSiPMAreas(), SiPixelTrackerMapCreator::create(), DEutils< T >::DEDigi(), DTBtiChip::DTBtiChip(), DTTracoChip::DTTracoChip(), EcalTPGParamReaderFromDB::EcalTPGParamReaderFromDB(), TrackerGeometry::endsetDU(), CSCReadoutMapping::findHardwareId(), FastL1GlobalAlgo::isMaxEtRgn_Window33(), FastL1GlobalAlgo::isTauJet(), HFClusterAlgo::makeCluster(), TrackerGeometry::offsetDU(), procStat(), XrdFile::readv_send(), DTTSTheta::setConfig(), DTTSPhi::setConfig(), DTBtiCard::setConfig(), DTTracoCard::setConfig(), TrackerGeometry::setEndsetDU(), TrackerGeometry::setOffsetDU(), stor::ErrorStreamConfigurationInfo::setStreamId(), stor::EventStreamConfigurationInfo::setStreamId(), and FastL1GlobalAlgo::TauIsolation().
num evf::utils::sigcatch |
Definition at line 112 of file procUtils.cc.
Referenced by procStat().
num evf::utils::sigign |
Definition at line 111 of file procUtils.cc.
Referenced by procStat().
num evf::utils::start_code |
Definition at line 103 of file procUtils.cc.
Referenced by procStat().
num evf::utils::start_stack |
Definition at line 105 of file procUtils.cc.
Referenced by procStat().
unsigned long long evf::utils::start_time |
Definition at line 98 of file procUtils.cc.
Referenced by ecaldqm::calcBins(), and procStat().
char evf::utils::state |
Definition at line 75 of file procUtils.cc.
Referenced by edm::EventSelector::acceptEvent(), stor::TriggerSelector::acceptEvent(), MuonErrorMatrix::adjust(), stor::RunMonitorCollection::alarmUnwantedEvents(), TrackBuildingAnalyzer::analyze(), TestHits::analyze(), TestSmoothHits::analyze(), TestTrackHits::analyze(), edm::service::RandomNumberGeneratorService::backwardCompatibilityRead(), SeedFromConsecutiveHitsCreator::buildSeed(), SeedForPhotonConversion1Leg::buildSeed(), SeedForPhotonConversionFromQuadruplets::buildSeed(), CastorLedAnalysis::CastorLedAnalysis(), evf::FUResourceTable::cellStates(), TrackerSeedCleaner::clean(), LzmaFile::Close(), evf::StateMachine::commandCallback(), SeedFromNuclearInteraction::construct(), edm::EventSelector::containsExceptions(), NavVolume6Faces::crossToNextVolume(), evf::FUResourceBroker::customWebPage(), debug_config_state_machine(), debug_state_machine(), LzmaFile::DecodeAll(), LzmaFile::DecodeBuffer(), evf::FUResourceTable::discard(), evf::FUShmBuffer::discardDqmCell(), evf::FUResourceTable::discardNoReschedule(), evf::FUResourceTable::discardWhileHalting(), cmsmath::SequentialMinimizer::doFullMinim(), evf::FUResourceTable::dqmCellStates(), evf::FUShmBuffer::dqmCellToRead(), DisplayManager::enableDrawBrem(), DisplayManager::enableDrawPFBlock(), edm::encode(), AlignmentMonitorTracksFromTrajectories::event(), FUShmReader::fillRawData(), SiStripElectronAlgo::findElectron(), GaussianSumUtilities1D::findMode(), evf::FUShmBuffer::finishReadingDqmCell(), evf::FUShmBuffer::finishReadingRawCell(), evf::FUShmBuffer::finishWritingRawCell(), reco::SequentialGhostTrackFitter::fit(), reco::PositiveSideGhostTrackFitter::fit(), reco::GhostTrackFitter::fit(), KinematicParticleVertexFitter::fit(), KinematicConstrainedVertexFitter::fit(), KinematicConstrainedVertexFitterT< nTrk, nConstraint >::fit(), evf::iDie::fsmCallback(), MatacqProducer::getMatacqEvent(), edm::RandomEngineStates::getRandomEngineStates(), ConversionSeedFilter::getTSOS(), cscdqm::Summary::GetValue(), CachedTrajectory::getWideTrajectory(), HcalLedAnalysis::HcalLedAnalysis(), HcalDetDiagLaserClient::htmlOutput(), HcalDetDiagLEDClient::htmlOutput(), HcalDetDiagPedestalClient::htmlOutput(), reco::GhostTrackVertexFinder::initialVertices(), reco::GhostTrack::initStates(), CastorLedAnalysis::LedCastorHists(), HcalLedAnalysis::LedHBHEHists(), HcalLedAnalysis::LedHFHists(), HcalLedAnalysis::LedHOHists(), Overlayer::legendLeft(), reco::TrackInfo::localTrackMomentum(), reco::TrackingRecHitInfo::localTrackMomentumOnMono(), reco::TrackingRecHitInfo::localTrackMomentumOnStereo(), reco::TrackInfo::localTrackPosition(), reco::TrackingRecHitInfo::localTrackPositionOnMono(), reco::TrackingRecHitInfo::localTrackPositionOnStereo(), Overlayer::logy(), LzmaDec_DecodeReal(), LzmaDec_TryDummy(), reco::modules::CosmicTrackSplitter::makeCandidate(), reco::modules::TrackerTrackHitFilter::makeCandidate(), edm::EventSelector::maskTriggerResults(), BasicGenParticleValidation::matchParticles(), reco::GhostTrackVertexFinder::mergeVertices(), PhysicsTools::MVATrainer::MVATrainer(), TSGForRoadSearch::notAtIPtsos(), LzmaFile::Open(), SimpleSAXParser::parse(), CtfSpecialSeedGenerator::postCheck(), reco::AnnealingGhostTrackFitter::postFit(), RoadSearchTrackCandidateMakerAlgorithm::PrepareTrackCandidates(), evf::FUShmBuffer::printDqmState(), evf::FUShmBuffer::printEvtState(), HcalLedAnalysis::processLedEvent(), procStat(), TrackProducerWithSCAssociation::produce(), L2MuonSeedGenerator::produce(), TrackCandidateTopBottomHitFilter::produce(), ConvBremSeedProducer::produce(), cms::CosmicTrackFinder::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), cms::HITrackVertexMaker::produceTracks(), CachedTrajectory::propagate(), evf::FUShmBuffer::rawCellToDiscard(), evf::FUShmBuffer::rawCellToRead(), evf::FUShmBuffer::rawCellToWrite(), evf::rb_statemachine::RBStateMachine::rcmsStateChangeNotify(), edm::service::RandomNumberGeneratorService::readEngineState(), KalmanAlignmentTrackRefitter::refitSingleTracklet(), evf::FUShmBuffer::releaseRawCell(), KFBasedPixelFitter::run(), evf::FUShmBuffer::scheduleRawCellForDiscard(), evf::FUShmBuffer::scheduleRawCellForDiscardServerSide(), evf::FUResourceTable::sendDqm(), evf::FUResourceTable::sendDqmWhileHalting(), evf::FUShmBuffer::setDqmState(), evf::FUShmBuffer::setEvtState(), EcalCleaningAlgo::setFlags(), edm::StreamerOutputModuleBase::setHltMask(), edm::RandomEngineStates::setRandomEngineStates(), FWMagField::setReverseState(), CachedTrajectory::setStateAtIP(), evf::FUResourceTable::shutDownClients(), edm::service::RandomNumberGeneratorService::snapShot(), PropagateToMuon::startingState(), evf::StateMachine::stateChanged(), reco::TrackingRecHitInfo::stateOnDet(), TreatSecondary::tracks(), InOutConversionTrackFinder::tracks(), OutInConversionTrackFinder::tracks(), TrimmedVertexFitter::vertex(), SequentialVertexFitter< N >::vertex(), reco::GhostTrackVertexFinder::vertices(), evf::FUShmBuffer::writeDqmEventData(), evf::FUShmBuffer::writeRawEmptyEvent(), and evf::FUShmBuffer::writeRawLumiSectionEvent().
num evf::utils::stimev |
Definition at line 89 of file procUtils.cc.
Referenced by procStat().
char evf::utils::tcomm[FILENAME_MAX] |
Definition at line 74 of file procUtils.cc.
Referenced by procStat().
long evf::utils::tickspersec |
Definition at line 121 of file procUtils.cc.
Referenced by gettimesinceboot(), printtime(), printtimediff(), and procStat().
num evf::utils::tty_nr |
Definition at line 80 of file procUtils.cc.
Referenced by procStat().
num evf::utils::tty_pgrp |
Definition at line 81 of file procUtils.cc.
Referenced by procStat().
num evf::utils::utime |
Definition at line 88 of file procUtils.cc.
Referenced by procStat(), and RPCFw::TtoUT().
num evf::utils::vsize |
Definition at line 100 of file procUtils.cc.
Referenced by procStat(), HemisphereAlgo::reconstruct(), and edm::service::SimpleMemoryCheck::updateEventStats().
num evf::utils::wchan |
Definition at line 113 of file procUtils.cc.
Referenced by procStat().
num evf::utils::zero1 |
Definition at line 114 of file procUtils.cc.
Referenced by procStat().
num evf::utils::zero2 |
Definition at line 115 of file procUtils.cc.
Referenced by procStat().