Home | History | Annotate | Download | only in measurements

Lines Matching full:iterations

67                           'of iterations')
91 """Sample perf information if enough seconds or iterations have passed."""
92 # Parse the interval option, setting either or seconds or iterations.
97 # Check whether the sample interval is specified in seconds or iterations,
112 self._SampleStats(tab, results, iterations=self._iterations)
128 def _SampleStats(self, tab, results, seconds=None, iterations=None):
136 assert iterations, 'Neither seconds nor iterations given.'
137 results.Add(trace_name + '_X', 'iterations', iterations)