@@ -1038,11 +1038,6 @@ int starpu_initialize(struct starpu_conf *user_conf, int *argc, char ***argv)
return 0;
}
-void starpu_profiling_init()
-{
- _starpu_profiling_init();
-}
-
/*
* Handle runtime termination
*/
@@ -66,6 +66,11 @@ int _starpu_profiling =
#endif
;
+void starpu_profiling_init()
+{
+ _starpu_profiling_init();
+}
+
int starpu_profiling_status_set(int status)
{
ANNOTATE_HAPPENS_AFTER(&_starpu_profiling);