CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Services_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # framework debugging...
4 # check memory
5 # subroutine-by-subroutine timing
6 # module-by-module timing
7 import FWCore.ParameterSet.Config as cms
8 
9 Tracer = cms.Service("Tracer")
10 
11 SimpleMemoryCheck = cms.Service("SimpleMemoryCheck")
12 
13 SimpleProfiling = cms.Service("SimpleProfiling")
14 
15 Timing = cms.Service("Timing")
16 
17