Parcourir la source

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

Samuel Thibault il y a 14 ans
Parent
commit
95f00621df
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;