!2105 change data profiling file name

Merge pull request !2105 from yanghaitao/yht_profiling_device_queue
This commit is contained in:
mindspore-ci-bot 2020-06-16 14:48:20 +08:00 committed by Gitee
commit 5d7b9d959e
1 changed files with 1 additions and 1 deletions

View File

@ -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