From d170967bc4b4a8aba2c432b1d6900b36b77feeea Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Mon, 7 Aug 2017 14:01:04 +0200 Subject: [PATCH] Script execution --- script/test-time.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/test-time.py b/script/test-time.py index a2f64b8..a685510 100644 --- a/script/test-time.py +++ b/script/test-time.py @@ -50,6 +50,7 @@ def format_delta(start,end): build_time_us -= one_millisecond ms += 1 time_str = "%.2fms" % ( ms + build_time_us / float(one_millisecond) ) + print time_str return time_str now(); -format_delta(1496394245000,1596400000000): \ No newline at end of file +format_delta(1496394245000,1596400000000);