fix: add missing closedir in _get_max_cpuid_from_sysfs()
[lttng-ust.git] / tests / benchmark / ptime
index 419f3684d6b5373f5f8b39be3ab1ac1f1389ea88..0413b94d132b29ca06accbedeadbf674de9d684b 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+#
+# SPDX-License-Identifier: LGPL-2.1-only
 
 import sys
 import time
@@ -16,7 +18,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.024386 seconds and 4 git commands to generate.