Procházet zdrojové kódy

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

Cyril Roelandt před 13 roky
rodič
revize
21053718af
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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:"