Beispiel #1
0
 def beginLoop(self, setup):
     """Automatically called by Looper, for all analyzers."""
     self.counters = Counters()
     self.averages = Averages()
     self.mainLogger.info('beginLoop ' + self.cfg_ana.name)
     self.beginLoopCalled = True