提交 5d7b9d95 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!2105 change data profiling file name

Merge pull request !2105 from yanghaitao/yht_profiling_device_queue
......@@ -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.
先完成此消息的编辑!
想要评论请 注册