示例#1
0
 def beginLoop(self):
     '''Automatically called by Looper, for all analyzers.'''
     self.declareHandles()
     self.counters = Counters()
     self.averages = Averages()
     self.mainLogger.warning( 'beginLoop ' + self.cfg_ana.name ) 
     self.beginLoopCalled = True