소스 검색

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

Nathalie Furmento 9 년 전
부모
커밋
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()
 {
 }