Gantt 594 B

123456789101112131415161718
  1. - Configure StarPU to use FxT
  2. ./configure --with-fxt=/home/gonnet/hannibal/Libs/FxT/FxT/target/
  3. - Execute applications as usual
  4. - If the application was properly terminated (ie. starpu_shutdown was called),
  5. there should be a file named "/tmp/prof_file_user_".
  6. - Call tools/fxt-tool on that file
  7. ./tools/fxt-tool -i /tmp/prof_file_user_yourlogin
  8. - Some files should have been created in the current directory
  9. - paje.trace : A Gantt diagram of the execution
  10. $ vite paje.trace
  11. - dag.dot : A graphviz graph of the task dependencies (according to tags)
  12. $ dot -Tpdf dag.dot -o dag.pdf