Home | History | Annotate | Download | only in common_lib

Lines Matching refs:iteration

58         self.iteration = 0
208 # keep track of the errors for each iteration
216 msg += 'iteration %d:%s ' % (i, ','.join(failures))
226 before each iteration.
228 @param iteration_hook: Method to run before each iteration. A valid
239 after each iteration. Hooks are executed starting with the most-
242 @param iteration_hook: Method to run after each iteration. A valid
298 # execute iteration hooks
355 # the last iteration for profiling, if needed. So let's stop
375 logging.debug('Executing iteration %d', timed_counter)
377 logging.debug('Executing iteration %d, time_elapsed %d s',
392 for self.iteration in xrange(1, iterations + 1):
394 iteration %d of %d',
395 self.iteration, iterations)
401 self.iteration += 1
819 # we use the register iteration hooks methods to register the passed