瀏覽代碼

Replace "fxt_tool" by "starpu_fxt_tool" in the starpu_workers_activity script.

Cyril Roelandt 13 年之前
父節點
當前提交
21053718af
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      tools/starpu_workers_activity.in

+ 3 - 3
tools/starpu_workers_activity.in

@@ -22,11 +22,11 @@ usage()
 {
     echo "Offline tool to display the activity of the workers during the execution."
     echo ""
-    echo "  The fxt_tool utility now generates a file named 'activity.data' which can"
-    echo "  be processed by this script to generate a plot named activity.eps"
+    echo "  The starpu_fxt_tool utility now generates a file named 'activity.data' which"
+    echo "  can be processed by this script to generate a plot named activity.eps"
     echo ""
     echo "  Typical usage:"
-    echo "     ./fxt_tool -i /tmp/prof_file_foo"
+    echo "     ./starpu_fxt_tool -i /tmp/prof_file_foo"
     echo "     $PROGNAME activity.data"
     echo ""
     echo "Options:"