浏览代码

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])
 	{