Samuel Thibault 12 år sedan
förälder
incheckning
5ba93b7916
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/core/perfmodel/perfmodel_history.c

+ 1 - 0
src/core/perfmodel/perfmodel_history.c

@@ -942,6 +942,7 @@ int starpu_perfmodel_list(FILE *output)
 
 
 /* This function is intended to be used by external tools that should read the
 /* This function is intended to be used by external tools that should read the
  * performance model files */
  * performance model files */
+/* TODO: write an clear function, to free symbol and history */
 int starpu_perfmodel_load_symbol(const char *symbol, struct starpu_perfmodel *model)
 int starpu_perfmodel_load_symbol(const char *symbol, struct starpu_perfmodel *model)
 {
 {
 	model->symbol = strdup(symbol);
 	model->symbol = strdup(symbol);