From c302ec4dab5d4d53995df2faa50d86defe4eb883 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Mon, 7 Aug 2017 13:57:15 +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 1445b4a..a2f64b8 100644 --- a/script/test-time.py +++ b/script/test-time.py @@ -51,4 +51,5 @@ def format_delta(start,end): ms += 1 time_str = "%.2fms" % ( ms + build_time_us / float(one_millisecond) ) return time_str - \ No newline at end of file +now(); +format_delta(1496394245000,1596400000000): \ No newline at end of file