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