def tic(self): # using time.time instead of time.clock because time time.clock # does not normalize for multithreading self.start_time = time.time()