提交 7ac15350 编写于 作者: Y yanghaitao

change graph mode profiling file name

上级 f1a004cf
......@@ -57,7 +57,7 @@ Status DeviceQueueTracing::SaveToFile() {
}
Status DeviceQueueTracing::Init(const std::string &dir_path, const std::string &device_id) {
file_path_ = (Path(dir_path) / Path("critical_point_profiling_" + device_id + ".txt")).toString();
file_path_ = (Path(dir_path) / Path("device_queue_profiling_" + device_id + ".txt")).toString();
return Status::OK();
}
} // namespace dataset
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册