Searched refs:command_to_run (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/tools/ |
D | bisect-perf-regression.py | 2159 self, command_to_run, metric, reset_on_first_run=False, argument 2193 args = shlex.split(command_to_run, posix=not IsWindows()) 2201 is_telemetry = bisect_utils.IsTelemetryCommand(command_to_run) 2479 def SyncBuildAndRunRevision(self, revision, depot, command_to_run, metric, argument 2539 results = self.RunPerformanceTestAndParseResults(command_to_run, 2872 def Run(self, command_to_run, bad_revision_in, good_revision_in, metric): argument 3004 command_to_run, 3133 command_to_run,
|