Explorar el Código

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

Samuel Thibault hace 14 años
padre
commit
95f00621df
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;