Searched refs:cl_link (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/tools/ |
D | bisect-perf-regression.py | 3282 def _PrintTestedCommitsEntry(self, current_data, cl_link, state_str): argument 3288 [current_data['depot'], cl_link, mean, std_error, state_str]) 3294 [current_data['depot'], cl_link, std_error, mean, state_str]) 3299 [current_data['depot'], cl_link, mean, state_str]) 3335 cl_link = self._GetViewVCLinkFromDepotAndHash(current_id, 3337 if not cl_link: 3338 cl_link = current_id 3339 self._PrintTestedCommitsEntry(current_data, cl_link, state_str)
|