Samuel Thibault %!s(int64=11) %!d(string=hai) anos
pai
achega
29735fb7e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/timing.c

+ 1 - 1
src/common/timing.c

@@ -147,7 +147,7 @@ void _starpu_timing_init(void)
 
 		STARPU_GET_TICK(t1);
 		gettimeofday(&tv1,0);
-		_starpu_sleep((&ts);
+		_starpu_sleep(&ts);
 		STARPU_GET_TICK(t2);
 		gettimeofday(&tv2,0);
 		_starpu_scale = ((tv2.tv_sec*1e6 + tv2.tv_usec) -