Browse Source

mention STARPU_GENERATE_TRACE earlier in the documentation too

Samuel Thibault 14 years ago
parent
commit
6ec6175aa3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      doc/starpu.texi

+ 4 - 0
doc/starpu.texi

@@ -1680,6 +1680,10 @@ generate a trace in the Paje format by calling:
 % starpu_fxt_tool -i filename
 @end example
 
+Or alternatively, setting the @code{STARPU_GENERATE_TRACE} environment variable
+to 1 before application execution will make StarPU do it automatically at
+application shutdown.
+
 This will create a @code{paje.trace} file in the current directory that can be
 inspected with the ViTE trace visualizing open-source tool. More information
 about ViTE is available at @indicateurl{http://vite.gforge.inria.fr/}. It is