ソースを参照

print number of pending requests

Samuel Thibault 11 年 前
コミット
0eff9a928f
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      tools/gdbinit

+ 1 - 0
tools/gdbinit

@@ -408,6 +408,7 @@ define starpu-print-prequests
   set $node = 0
   while $node < descr.nnodes
     printf "Node %u:\n", $node
+    printf "%u pending requests\n", data_requests_npending[$node]
     set $request = data_requests_pending[$node]._head
     while $request != 0
       printf " Request %p: handle %p ", $request, $request->handle