|
@@ -1068,7 +1068,6 @@ int starpu_perfmodel_list(FILE *output)
|
|
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);
|
|
- starpu_perfmodel_init(model);
|
|
|
|
|
|
|
|
/* where is the file if it exists ? */
|
|
/* where is the file if it exists ? */
|
|
char path[256];
|
|
char path[256];
|