浏览代码

document no_auto_start_trace

Samuel Thibault 13 年之前
父节点
当前提交
3cb736da2d
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      doc/chapters/basic-api.texi

+ 6 - 1
doc/chapters/basic-api.texi

@@ -190,9 +190,14 @@ This has to be set to the size of the array pointed to by the
 @item @code{struct starpu_driver *not_launched_drivers}
 The drivers that should not be launched by StarPU.
 
-@item @code{unsigned nnot_launched_drivers}
+@item @code{unsigned n_not_launched_drivers}
 The number of StarPU drivers that should not be launched by StarPU.
 
+@item @code{no_auto_start_trace}
+The default (0) means that the FxT tracing will start as soon as
+@code{starpu_init} is called.
+Setting it to 1 permits to avoid tracing start so early, and instead start when the application calls @code{starpu_start_fxt_profiling}.
+
 @end table
 @end deftp