瀏覽代碼

fix profiling initialisation

Andra Hugo 13 年之前
父節點
當前提交
f793d26b86
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/core/workers.c

+ 2 - 1
src/core/workers.c

@@ -711,8 +711,9 @@ int starpu_init(struct starpu_conf *user_conf)
 
 	_starpu_timing_init();
 
-//	_starpu_profiling_init();
+	_starpu_profiling_init();
 
+	_starpu_load_bus_performance_files();
 
 	/* store the pointer to the user explicit configuration during the
 	 * initialization */