#include <cmath>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <limits>
#include <mutex>
#include <sstream>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <boost/range/irange.hpp>
#include <fmt/printf.h>
#include <nlohmann/json.hpp>
#include "DQMServices/Core/interface/DQMStore.h"
#include "DataFormats/Common/interface/HLTPathStatus.h"
#include "DataFormats/Provenance/interface/EventID.h"
#include "DataFormats/Provenance/interface/ModuleDescription.h"
#include "DataFormats/Provenance/interface/Timestamp.h"
#include "DataFormats/Scalers/interface/LumiScalers.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/LuminosityBlock.h"
#include "FWCore/Framework/interface/TriggerNamesService.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/Utilities/interface/StreamID.h"
#include "HLTrigger/Timer/interface/memory_usage.h"
#include "HLTrigger/Timer/interface/processor_model.h"
#include "FastTimerService.h"
#include "FWCore/ServiceRegistry/interface/ServiceMaker.h"
Go to the source code of this file.
Typedefs | |
using | json = nlohmann::json |
Functions | |
dqm_lumisections_range_ (config.getUntrackedParameter< unsigned int >("dqmLumiSectionsRange")) | |
dqm_module_ranges_ ({config.getUntrackedParameter< double >("dqmModuleTimeRange"), config.getUntrackedParameter< double >("dqmModuleTimeResolution"), config.getUntrackedParameter< double >("dqmModuleMemoryRange"), config.getUntrackedParameter< double >("dqmModuleMemoryResolution")}) | |
dqm_path_ (config.getUntrackedParameter< std::string >("dqmPath")) | |
dqm_path_ranges_ ({config.getUntrackedParameter< double >("dqmPathTimeRange"), config.getUntrackedParameter< double >("dqmPathTimeResolution"), config.getUntrackedParameter< double >("dqmPathMemoryRange"), config.getUntrackedParameter< double >("dqmPathMemoryResolution")}) | |
highlight_module_psets_ (config.getUntrackedParameter< std::vector< edm::ParameterSet >>("highlightModules")) | |
highlight_modules_ (highlight_module_psets_.size()) | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::DescriptionFillerForServices < FastTimerService > > | s_filler__LINE__ ("FastTimerService") |
static const edm::serviceregistry::ServicePluginFactory::PMaker < edm::serviceregistry::ServiceMaker < FastTimerService > > | s_maker__LINE__ ("FastTimerService") |
using json = nlohmann::json |
Definition at line 21 of file FastTimerService.cc.
dqm_lumisections_range_ | ( | config.getUntrackedParameter< unsigned int > | "dqmLumiSectionsRange" | ) |
Referenced by FastTimerService::preGlobalBeginRun().
dqm_module_ranges_ | ( | {config.getUntrackedParameter< double >("dqmModuleTimeRange"), config.getUntrackedParameter< double >("dqmModuleTimeResolution"), config.getUntrackedParameter< double >("dqmModuleMemoryRange"), config.getUntrackedParameter< double >("dqmModuleMemoryResolution")} | ) |
Referenced by FastTimerService::preGlobalBeginRun().
dqm_path_ | ( | config.getUntrackedParameter< std::string > | "dqmPath" | ) |
Referenced by FastTimerService::preallocate(), and FastTimerService::preGlobalBeginRun().
dqm_path_ranges_ | ( | {config.getUntrackedParameter< double >("dqmPathTimeRange"), config.getUntrackedParameter< double >("dqmPathTimeResolution"), config.getUntrackedParameter< double >("dqmPathMemoryRange"), config.getUntrackedParameter< double >("dqmPathMemoryResolution")} | ) |
Referenced by FastTimerService::preGlobalBeginRun().
highlight_module_psets_ | ( | config.getUntrackedParameter< std::vector< edm::ParameterSet >> | "highlightModules" | ) |
Referenced by FastTimerService::postBeginJob().
highlight_modules_ | ( | highlight_module_psets_. | size() | ) |
Definition at line 809 of file FastTimerService.cc.
References FastTimerService::postBeginJob(), FastTimerService::postEndJob(), FastTimerService::postEvent(), FastTimerService::postGlobalEndLumi(), FastTimerService::postGlobalEndRun(), FastTimerService::postModuleEvent(), FastTimerService::postModuleEventAcquire(), FastTimerService::postModuleEventDelayedGet(), FastTimerService::postModuleGlobalBeginLumi(), FastTimerService::postModuleGlobalBeginRun(), FastTimerService::postModuleGlobalEndLumi(), FastTimerService::postModuleGlobalEndRun(), FastTimerService::postModuleStreamBeginLumi(), FastTimerService::postModuleStreamBeginRun(), FastTimerService::postModuleStreamEndLumi(), FastTimerService::postModuleStreamEndRun(), FastTimerService::postPathEvent(), FastTimerService::postSourceEvent(), FastTimerService::postSourceLumi(), FastTimerService::postSourceRun(), FastTimerService::postStreamEndLumi(), FastTimerService::postStreamEndRun(), FastTimerService::preallocate(), FastTimerService::preBeginJob(), FastTimerService::preEvent(), FastTimerService::preGlobalBeginLumi(), FastTimerService::preGlobalBeginRun(), FastTimerService::preModuleEvent(), FastTimerService::preModuleEventAcquire(), FastTimerService::preModuleEventDelayedGet(), FastTimerService::preModuleGlobalBeginLumi(), FastTimerService::preModuleGlobalBeginRun(), FastTimerService::preModuleGlobalEndLumi(), FastTimerService::preModuleGlobalEndRun(), FastTimerService::preModuleStreamBeginLumi(), FastTimerService::preModuleStreamBeginRun(), FastTimerService::preModuleStreamEndLumi(), FastTimerService::preModuleStreamEndRun(), FastTimerService::prePathEvent(), FastTimerService::preSourceConstruction(), FastTimerService::preSourceEvent(), FastTimerService::preSourceLumi(), FastTimerService::preSourceRun(), FastTimerService::preStreamBeginLumi(), and FastTimerService::preStreamBeginRun().
Referenced by FastTimerService::postBeginJob(), FastTimerService::postEvent(), FastTimerService::preGlobalBeginRun(), FastTimerService::printEvent(), and FastTimerService::printSummary().
|
static |
|
static |