|
@@ -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:"
|