#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "DataFormats/HLTReco/interface/ModuleTiming.h"
#include "DataFormats/Provenance/interface/ModuleDescription.h"
#include "HLTrigger/Timer/interface/TimerService.h"
Go to the source code of this file.
Classes | |
class | Timer |
Description: EDProducer that uses the EventTime structure to store in the Event the names and processing times (per event) for all modules. More... |