Lines Matching refs:after
82 before, after = self._ProfileTwoOtherBranchesInThisRepo(
86 before, after = self._ProfileTwoOtherBranches(
91 before, after = self._ProfileCurrentAndOtherBranchInThisRepo(
94 before, after = self._ProfileCurrentAndOtherBranch(
98 before, after = self._ProfileLocalChangesAndCurrentBranchInThisRepo()
100 before, after = self._ProfileLocalChangesAndCurrentBranch()
102 conclusions = self._DrawConclusions(before, after)
149 after = self._MeasureCurrentBranch('after', self.after_build_dir)
158 return before, after
178 after = self._ProfileSeparateRepo('after',
184 return before, after
206 after = self._MeasureCurrentBranch('after', self.after_build_dir)
217 return before, after
238 after = self._MeasureCurrentBranch('after', self.after_build_dir)
244 return before, after
260 after = self._MeasureCurrentBranch('after', self.after_build_dir)
273 return before, after
526 after = times_after_branch.get(test_case)
527 conclusions.ProcessCase(test_case, before, after)