ソースを参照

Add missing piece of commit

Samuel Thibault 14 年 前
コミット
ad7869523c
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4 0
      include/starpu_perfmodel.h

+ 4 - 0
include/starpu_perfmodel.h

@@ -61,6 +61,10 @@ struct starpu_regression_model_t {
 	double sumlnx;
 	double sumlnx2;
 
+	/* minimum/maximum(size) */
+	unsigned long minx;
+	unsigned long maxx;
+
 	/* sum of ln(size) ln(measured) */
 	double sumlnxlny;