CMS 3D CMS Logo

callgrindSwitch_cfi.py

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

Generated on Tue Jun 9 17:40:54 2009 for CMSSW by  doxygen 1.5.4