Home
last modified time | relevance | path

Searched refs:profiling_options_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dascend_profiling.h28 AscendProfiler() : profiling_options_("") {} in AscendProfiler()
38 std::string GetProfilingOptions() const { return profiling_options_; } in GetProfilingOptions()
44 std::string profiling_options_; variable
Dascend_profiling.cc35 profiling_options_ = profiling_options; in Start()