Browse Source

also show arch name

Samuel Thibault 14 years ago
parent
commit
c545cefffe
1 changed files with 2 additions and 0 deletions
  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])
 	{