提交 0fb54c0c 编写于 作者: B barrierye

fix profiler

上级 99ea8b54
......@@ -40,7 +40,7 @@ class DAGExecutor(object):
use_multithread = yml_config.get('use_multithread', True)
use_profile = yml_config.get('profile', False)
channel_size = yml_config.get('channel_size', 0)
self._asyn_profile = yml_config.get('asgn_profile', False)
self._asyn_profile = yml_config.get('asyn_profile', False)
if use_profile:
_LOGGER.info("====> profiler <====")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册