浏览代码

doc: remove un-needed menu

Nathalie Furmento 13 年之前
父节点
当前提交
2d696439ee
共有 1 个文件被更改,包括 1 次插入6 次删除
  1. 1 6
      doc/starpu.texi

+ 1 - 6
doc/starpu.texi

@@ -4846,13 +4846,8 @@ TODO
 @node OpenCL statistics
 @node OpenCL statistics
 @subsection OpenCL statistics
 @subsection OpenCL statistics
 
 
-@menu
-* starpu_opencl_collect_stats::   Collect statistics on a kernel execution
-@end menu
-
-@node starpu_opencl_collect_stats
-@subsubsection @code{starpu_opencl_collect_stats} -- Collect statistics on a kernel execution
 @deftypefun int starpu_opencl_collect_stats (cl_event @var{event})
 @deftypefun int starpu_opencl_collect_stats (cl_event @var{event})
+This function allows to collect statistics on a kernel execution.
 After termination of the kernels, the OpenCL codelet should call this function
 After termination of the kernels, the OpenCL codelet should call this function
 to pass it the even returned by @code{clEnqueueNDRangeKernel}, to let StarPU
 to pass it the even returned by @code{clEnqueueNDRangeKernel}, to let StarPU
 collect statistics about the kernel execution (used cycles, consumed power).
 collect statistics about the kernel execution (used cycles, consumed power).