Makes the timing the new benchmark for that object.
(self)
| 100 | return self.CompareTo("benchmark") |
| 101 | |
| 102 | def SaveBenchmark(self): |
| 103 | """ Makes the timing the new benchmark for that object. """ |
| 104 | self.Save("benchmark") |
| 105 | |
| 106 | |
| 107 | __all__ = ["Timing"] |