changeset 489:186a29f61ddc

internal: Fix timing info.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 22 Jul 2015 21:33:15 -0700
parents a00750896316
children 4a9047850657
files piecrust/main.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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: