ソースを参照

also show arch name

Samuel Thibault 14 年 前
コミット
c545cefffe
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      tools/starpu_perfmodel_plot.c

+ 2 - 0
tools/starpu_perfmodel_plot.c

@@ -146,6 +146,8 @@ static void display_perf_model(FILE *gnuplot_file, struct starpu_perfmodel_t *mo
 	char arch_name[256];
 	starpu_perfmodel_get_arch_name(arch, arch_name, 256);
 
+	fprintf(stderr,"Arch: %s\n", arch_name);
+
 #ifdef STARPU_USE_FXT
 	if (!no_fxt_file && archtype_is_found[arch])
 	{