tests: benchmark: improve benchmark scalability accuracy
[deliverable/lttng-ust.git] / tests / benchmark / ptime
index 419f3684d6b5373f5f8b39be3ab1ac1f1389ea88..92ee29805f7b99e32d5f8a0e08dc7f304e41845b 100755 (executable)
@@ -16,7 +16,7 @@ def main():
        os.system(cmd)
        t2 = time.time()
 
-       print(t2-t1)
+       print("Wall time: " + str(t2-t1))
 
 if __name__ == "__main__":
        main()
This page took 0.024809 seconds and 5 git commands to generate.