Преглед на файлове

Number of executed tasks is not just approximate actually.

Samuel Thibault преди 14 години
родител
ревизия
e8b58ea78d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/profiling/profiling_helpers.c

+ 1 - 1
src/profiling/profiling_helpers.c

@@ -78,7 +78,7 @@ void starpu_worker_profiling_helper_display_summary(void)
 			if (info.power_consumed)
 				fprintf(stderr, "\t%lf J consumed\n", info.power_consumed);
 		} else {
-			fprintf(stderr, "\t%-32s\tapproximately %d task(s)\n", name, info.executed_tasks);
+			fprintf(stderr, "\t%-32s\t%d task(s)\n", name, info.executed_tasks);
 		}
 
 		sum_consumed += info.power_consumed;