浏览代码

tools/starpu_trace_state_stats.py: replace print statement by built-in function

Nathalie Furmento 8 年之前
父节点
当前提交
9e744c07fd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tools/starpu_trace_state_stats.py

+ 2 - 2
tools/starpu_trace_state_stats.py

@@ -269,9 +269,9 @@ def usage():
     print("")
     print("")
     print("OPTIONS:")
     print("OPTIONS:")
     print(" -t or --time            Compute and dump times to times.csv")
     print(" -t or --time            Compute and dump times to times.csv")
-    print
+    print("")
     print(" -e or --efficiency      Compute and dump efficiencies to efficiencies.csv")
     print(" -e or --efficiency      Compute and dump efficiencies to efficiencies.csv")
-    print
+    print("")
     print(" -s or --seq_task_time   Used to compute task efficiency between sequential and parallel times")
     print(" -s or --seq_task_time   Used to compute task efficiency between sequential and parallel times")
     print("                         (if not set, task efficiency will be 1.0)")
     print("                         (if not set, task efficiency will be 1.0)")
     print("")
     print("")