Searched refs:timing_history (Results 1 - 2 of 2) sorted by relevance

/pkg/src/tests/
H A Drun.py436 timing_history = os.path.join(os.getcwd(), ".timing_history.txt") variable
437 if os.path.exists(timing_history):
438 with open(timing_history, "r") as fh:
496 timing_history=timing_history, variable
H A Dpkg5unittest.py1619 timing_file=None, timing_history=None, bailonfail=False,
1628 self.timing_history = timing_history
1735 if self.timing_history:
1740 with open(self.timing_history + ".tmp",
1744 portable.rename(self.timing_history + ".tmp",
1745 self.timing_history)
1746 os.chmod(self.timing_history, stat.S_IRUSR |

Completed in 448 milliseconds