Explorar el Código

Add nready tasks

Samuel Thibault hace 13 años
padre
commit
8b3b64cb54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/gdbinit

+ 1 - 1
tools/gdbinit

@@ -123,7 +123,7 @@ end
 
 define starpu-tasks
   printf "%d submitted tasks\n", nsubmitted
-  printf "TODO: currently running\n"
+  printf "%d ready tasks\n", nready
 end
 
 define starpu