소스 검색

There is no reason to enable/disable profiling depending on the calibration
mode.

Cédric Augonnet 15 년 전
부모
커밋
8ed5f0c930
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/core/perfmodel/perfmodel.c

+ 0 - 2
src/core/perfmodel/perfmodel.c

@@ -35,8 +35,6 @@ static unsigned calibrate_flag = 0;
 void _starpu_set_calibrate_flag(unsigned val)
 {
 	calibrate_flag = val;
-
-	starpu_profiling_status_set((calibrate_flag > 0)?STARPU_PROFILING_ENABLE:STARPU_PROFILING_DISABLE);
 }
 
 unsigned _starpu_get_calibrate_flag(void)