Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/cpu/
Dcpu_profiling.cc37 base_time_ = GetHostMonoTimeStamp(); in Init()
39 …MS_LOG(INFO) << " Host start time(ns): " << base_time_ << " profile data path: " << profile_data_p… in Init()
Dcpu_profiling.h56 uint64_t base_time_; variable
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc411 base_time_.gpu_start_time = GetCUPTITimeStamp(); in Init()
412 base_time_.host_start_time = GetHostTimeStamp(); in Init()
413 base_time_.host_start_monotonic_raw_time = GetHostMonoTimeStamp(); in Init()
416 MS_LOG(INFO) << "GPU start time(ns):" << base_time_.gpu_start_time in Init()
417 …<< " Host start time(ns):" << base_time_.host_start_time << " profile data path: " << profile_data… in Init()
518 dataSaver.WriteFile(profile_data_path_, base_time_); in SaveProfileData()
Dgpu_profiling.h152 BaseTime base_time_; variable