CMS 3D CMS Logo

Functions
JeProfInfo Namespace Reference

Functions

def customise (process)
 

Function Documentation

◆ customise()

def JeProfInfo.customise (   process)

Definition at line 2 of file JeProfInfo.py.

References mathSSE.return().

2 def customise(process):
3 
4  #Add the configuration for JeProfService running to dump Jemalloc heap profile snapshots:
5  process.JeProfService = cms.Service("JeProfService",
6  reportFirstEvent = cms.untracked.int32(1), #Dump first event for baseline studies
7  reportEventInterval = cms.untracked.int32( ((process.maxEvents.input.value()-1)//2) ), # dump in the middle of the run
8  reportToFileAtPostEvent = cms.untracked.string("jeprof.%I.heap")
9  )
10 
11  return(process)
12 
return((rh ^ lh) &mask)
def customise(process)
Definition: JeProfInfo.py:2