Script execution

This commit is contained in:
2017-08-07 14:02:43 +02:00
parent 4af920f299
commit 0246269352

View File

@@ -50,7 +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
print time_str;
return time_str
now();
format_delta(1496394245,1596400000);