Browse Source

src/common/fxt.c: define a empty body starpu_fxt_autostart_profiling() function when fxt is not enabled

Nathalie Furmento 9 years ago
parent
commit
e6b97608f2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/common/fxt.c

+ 4 - 0
src/common/fxt.c

@@ -220,6 +220,10 @@ void _starpu_fxt_register_thread(unsigned cpuid)
 
 #else // STARPU_USE_FXT
 
+void starpu_fxt_autostart_profiling(int autostart)
+{
+}
+
 void starpu_fxt_start_profiling()
 {
 }