Example #1
0
 def set_timer(self):
     self.times = []
     self._construct = timing(self, self._construct)
Example #2
0
 def set_timer(self):
     self.times = []
     self.compute = timing(self, self.compute)