浏览代码

src/core/perfmodel/perfmodel_history.c: add debug message

Nathalie Furmento 13 年之前
父节点
当前提交
c500c3b58b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/core/perfmodel/perfmodel_history.c

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

@@ -718,6 +718,8 @@ void _starpu_load_history_based_model(struct starpu_perfmodel_t *model, unsigned
 		initialize_model(model);
 	}
 
+	_STARPU_DEBUG("Performance model file %s for model %s is loaded", path, model->symbol);
+
 	model->is_loaded = 1;
 
 	PTHREAD_RWLOCK_UNLOCK(&model->model_rwlock);