Home
last modified time | relevance | path

Searched refs:BenchmarkFoo (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/
Dbenchmark_runner_unittest.py13 class BenchmarkFoo(benchmark.Benchmark): class
49 [BenchmarkFoo, BenchmarkBar], self._mock_possible_browser, self._stream)
62 if benchmark_class is BenchmarkFoo:
68 [BenchmarkFoo, BenchmarkBar], self._mock_possible_browser, self._stream)
83 return cls is BenchmarkFoo
84 BenchmarkFoo.ShouldDisable = FakeShouldDisable
87 [BenchmarkFoo, BenchmarkBar], self._mock_possible_browser, self._stream)
108 BenchmarkFoo.ShouldDisable = FakeShouldDisable
111 [BenchmarkFoo, BenchmarkBar], self._mock_possible_browser, self._stream)
114 [BenchmarkFoo, BenchmarkBar], self._mock_possible_browser, self._stream)
/external/chromium-trace/catapult/telemetry/telemetry/util/
Dmatching_unittest.py10 class BenchmarkFoo(object): class
33 all_benchmarks = [BenchmarkFoo, BenchmarkBar, UnusualBenchmark]
35 [BenchmarkFoo, BenchmarkBar],
40 [BenchmarkBar, BenchmarkFoo],