00001 import FWCore.ParameterSet.Config as cms 00002 00003 profilerStart = cms.EDAnalyzer("Profiler", 00004 action = cms.int32(1), 00005 lastEvent = cms.int32(20), 00006 firstEvent = cms.int32(2) 00007 ) 00008 00009 profilerStop = cms.EDAnalyzer("Profiler", 00010 action = cms.int32(0), 00011 lastEvent = cms.int32(20), 00012 firstEvent = cms.int32(2) 00013 ) 00014 00015