Lines Matching refs:elapsed
266 elapsed = time.time() - self.start_time272 'mins': int(elapsed) / 60,273 'secs': int(elapsed) % 60