소스 검색

merge trunk@7183

Nathalie Furmento 13 년 전
부모
커밋
0daef49621
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/drivers/driver_common/driver_common.c

+ 0 - 4
src/drivers/driver_common/driver_common.c

@@ -163,9 +163,5 @@ void _starpu_block_worker(int workerid, pthread_cond_t *cond, pthread_mutex_t *m
 
 	int profiling = starpu_profiling_status_get();
 	if (profiling)
-	{
-		struct timespec sleeping_time;
-		starpu_timespec_sub(&end_time, &start_time, &sleeping_time);
 		_starpu_worker_update_profiling_info_sleeping(workerid, &start_time, &end_time);
-	}
 }