Add support for call style
Compare changes
+ 45
− 21
@@ -12,7 +12,6 @@ from pathlib import Path
@@ -34,11 +33,30 @@ def configure_logger():
@@ -78,23 +96,25 @@ engine.add_argument('-s', '--top-slowest', dest='top_slowest', type=int, defa
@@ -166,7 +186,8 @@ PARAMS = dict(
@@ -181,14 +202,12 @@ with PROPERTIES_FILES.open('wt') as ofile:
@@ -219,7 +238,12 @@ try:
@@ -262,8 +286,8 @@ finally: