Home
last modified time | relevance | path

Searched refs:profile_data_path_ (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/cpu/
Dcpu_profiling.cc38 profile_data_path_ = profileDataPath; in Init()
39 …OG(INFO) << " Host start time(ns): " << base_time_ << " profile data path: " << profile_data_path_; in Init()
95 if (profile_data_path_.empty()) { in SaveProfileData()
101 cpu_data_saver_inst->WriteFile(profile_data_path_); in SaveProfileData()
/third_party/mindspore/mindspore/ccsrc/profiler/device/
Dprofiling.h81 std::string ProfileDataPath() const { return profile_data_path_; } in ProfileDataPath()
96 std::string profile_data_path_; variable
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.h135 std::string ProfileDataPath() const { return profile_data_path_; } in ProfileDataPath()
175 std::string profile_data_path_; variable
Dgpu_profiling.cc415 profile_data_path_ = profileDataPath; in Init()
417 …ost start time(ns):" << base_time_.host_start_time << " profile data path: " << profile_data_path_; in Init()
512 if (profile_data_path_.empty()) { in SaveProfileData()
518 dataSaver.WriteFile(profile_data_path_, base_time_); in SaveProfileData()