Searched refs:iteration (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/perf/ |
D | benchmarks | 286 iteration: int 304 def __init__(self, lunch, benchmark, iteration, log_dir): argument 307 self.iteration = iteration 322 "iteration": self.iteration, 347 for iteration in range(self._options.Iterations()): 348 self._run_benchmark(lunch, benchmark, iteration) 354 def _run_benchmark(self, lunch, benchmark, iteration): argument 356 benchmark_log_subdir = self._benchmark_log_dir(lunch, benchmark, iteration) 364 report = BenchmarkReport(lunch, benchmark, iteration, benchmark_log_subdir) 402 def _benchmark_log_dir(self, lunch, benchmark, iteration): argument [all …]
|
/build/bazel/utils/ |
D | config_setting_boolean_algebra.bzl | 81 # a full recursion-to-iteration algorithm. (no need for return values, no need to return
|
/build/make/tools/releasetools/ |
D | pylintrc | 199 # Regular expression matching correct inline iteration names 202 # Naming hint for inline iteration names
|