Forráskód Böngészése

Fix previous commit

Cédric Augonnet 14 éve
szülő
commit
cbc382c472
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      src/profiling/profiling.h

+ 3 - 0
src/profiling/profiling.h

@@ -64,4 +64,7 @@ void _starpu_bus_update_profiling_info(int src_node, int dst_node, size_t size);
 void _starpu_profiling_set_task_push_start_time(struct starpu_task *task);
 void _starpu_profiling_set_task_push_end_time(struct starpu_task *task);
 
+/* This function needs to be called before other starpu_profile_* functions */
+void _starpu_profiling_init(void);
+
 #endif // __PROFILING_H__