소스 검색

Add starpu_fxt_start/stop_profiling stubs in the non-FXT case

Samuel Thibault 12 년 전
부모
커밋
c6bc5db0b5
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      src/common/fxt.c

+ 9 - 0
src/common/fxt.c

@@ -207,6 +207,15 @@ void _starpu_fxt_register_thread(unsigned cpuid)
 }
 
 #endif // STARPU_USE_FXT
+void starpu_fxt_start_profiling()
+{
+}
+
+void starpu_fxt_stop_profiling()
+{
+}
+
+#endif // STARPU_USE_FXT
 
 void starpu_trace_user_event(unsigned long code STARPU_ATTRIBUTE_UNUSED)
 {