Pārlūkot izejas kodu

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

Nathalie Furmento 9 gadi atpakaļ
vecāks
revīzija
e6b97608f2
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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()
 {
 }