# HG changeset patch # User Ludovic Chabant # Date 1437625995 25200 # Node ID 186a29f61ddc68a123a9161a5e0eee0aa40ffe72 # Parent a00750896316e1faa3ccc8a0428c7b0090a9b7d8 internal: Fix timing info. diff -r a00750896316 -r 186a29f61ddc piecrust/main.py --- 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: