forked from OSSInnovation/mindspore
!2105 change data profiling file name
Merge pull request !2105 from yanghaitao/yht_profiling_device_queue
This commit is contained in:
commit
5d7b9d959e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue