Loading cccli/commands/time.py +3 −0 Original line number Diff line number Diff line Loading @@ -39,3 +39,6 @@ class Command_time(Command): # Compute elapsed time dt = int(t1 - t0) self.printer.out("Execution time: %s" % datetime.timedelta(seconds=dt)) def usage(self): return "Usage: time <command>" Loading
cccli/commands/time.py +3 −0 Original line number Diff line number Diff line Loading @@ -39,3 +39,6 @@ class Command_time(Command): # Compute elapsed time dt = int(t1 - t0) self.printer.out("Execution time: %s" % datetime.timedelta(seconds=dt)) def usage(self): return "Usage: time <command>"