Selaa lähdekoodia

it could be useful to show the duration between starpu_bound_start and starpu_bound_stop

Samuel Thibault 14 vuotta sitten
vanhempi
commit
95f00621df
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/profiling/bound.c

+ 2 - 0
src/profiling/bound.c

@@ -23,6 +23,8 @@
 #include <profiling/bound.h>
 #include <core/jobs.h>
 
+/* TODO: output duration between starpu_bound_start and starpu_bound_stop */
+
 struct task_pool {
 	/* Which codelet has been executed */
 	struct starpu_codelet_t *cl;