Browse Source

!2105 change data profiling file name

Merge pull request !2105 from yanghaitao/yht_profiling_device_queue
tags/v0.5.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
5d7b9d959e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ccsrc/dataset/engine/perf/device_queue_tracing.cc

+ 1
- 1
mindspore/ccsrc/dataset/engine/perf/device_queue_tracing.cc 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


Loading…
Cancel
Save