Browse Source

reference debugging helpers

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

+ 11 - 0
doc/starpu.texi

@@ -1345,6 +1345,17 @@ task->cl_arg_size = arg_buffer_size;
 int ret = starpu_task_submit(task);
 @end smallexample
 
+@node Debugging
+@section Debugging
+
+StarPU provides several tools to help debugging aplications. Execution traces
+can be generated and displayed graphically, see @ref{Generating traces}. Some
+gdb helpers are also provided to show the whole StarPU state:
+
+@smallexample
+(gdb) source tools/gdbinit
+(gdb) help starpu
+@end smallexample
 
 @node More examples
 @section More examples