ソースを参照

comment why we use a while loop

Samuel Thibault 12 年 前
コミット
830b297197
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  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;