Cédric Augonnet hace 14 años
padre
commit
d9169913fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/microbenchs/async_tasks_overhead.c

+ 1 - 1
tests/microbenchs/async_tasks_overhead.c

@@ -159,7 +159,7 @@ int main(int argc, char **argv)
 		double queued = starpu_timing_timespec_delay_us(&info->push_end_time, &info->pop_end_time);
 		double length = starpu_timing_timespec_delay_us(&info->submit_time, &info->end_time);
 		double push_duration = starpu_timing_timespec_delay_us(&info->push_start_time, &info->push_end_time);
-		double pop_duration = starpu_timing_timespec_delay_us(&info->push_start_time, &info->push_end_time);
+		double pop_duration = starpu_timing_timespec_delay_us(&info->pop_start_time, &info->pop_end_time);
 		cumulated += (length - queued);
 		cumulated_push += push_duration;
 		cumulated_pop += pop_duration;