Переглянути джерело

Fix swapped parameters in message printing

Lionel Eyraud-Dubois 7 роки тому
батько
коміт
b8dbb137a5
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      tools/gdbinit

+ 1 - 1
tools/gdbinit

@@ -757,7 +757,7 @@ define starpu-sched-print-component
     if $c->push_task == prio_push_task
       set $q = &((struct _starpu_prio_data *) $c->data)->prio
       starpu-print-spaces $arg0
-      printf "%d tasks start %f len %f end %f processed %d\n", $q->ntasks, $q->exp_start, $q->exp_end, $q->exp_len, $q->nprocessed
+      printf "%d tasks start %f len %f end %f processed %d\n", $q->ntasks, $q->exp_start, $q->exp_len, $q->exp_end, $q->nprocessed
     end
     if $c->push_task == simple_worker_push_task
       set $d = (struct _starpu_worker_component_data *) $c->data