Explorar el Código

perfmodel_recdump: Correct output when dumping all perfmodels

Lionel ED hace 7 años
padre
commit
b5652c0d9b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      tools/starpu_perfmodel_recdump.c

+ 2 - 0
tools/starpu_perfmodel_recdump.c

@@ -334,6 +334,8 @@ int main(int argc, char **argv)
 	}
 	else
 	{
+		fprintf(output, "%%rec: timing\n\n");
+
 		char *path;
 		DIR *dp;
 		struct dirent *ep;