Forráskód Böngészése

comment why we use a while loop

Samuel Thibault 12 éve
szülő
commit
830b297197
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      tools/starpu_perfmodel_plot.c

+ 1 - 0
tools/starpu_perfmodel_plot.c

@@ -263,6 +263,7 @@ static void display_history_based_perf_models(FILE *gnuplot_file, struct starpu_
 		}
 	}
 
+	/* Dump entries in size order */
 	while (1)
 	{
 		last = minimum;