Просмотр исходного кода

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

Nathalie Furmento лет назад: 9
Родитель
Сommit
e6b97608f2
1 измененных файлов с 4 добавлено и 0 удалено
  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()
 {
 }