diff piecrust/main.py @ 489:186a29f61ddc

internal: Fix timing info.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 22 Jul 2015 21:33:15 -0700
parents a8028bf329a2
children 353a0b30f412
line wrap: on
line diff
--- a/piecrust/main.py	Wed Jul 22 21:32:54 2015 -0700
+++ b/piecrust/main.py	Wed Jul 22 21:33:15 2015 -0700
@@ -169,7 +169,7 @@
 
 def _run_chef(pre_args, argv):
     # Setup the app.
-    start_time = time.clock()
+    start_time = time.perf_counter()
     root = pre_args.root
     if root is None:
         try: