浏览代码

Fix previous commit

Cédric Augonnet 14 年之前
父节点
当前提交
cbc382c472
共有 1 个文件被更改,包括 3 次插入0 次删除
  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__