change graph mode profiling file name

pull/2105/head
yanghaitao 5 years ago
parent f1a004cfa2
commit 7ac153503b

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