Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Dmonitor.cc43 …while (!this_thread::is_interrupted() && !(tree_->isFinished()) && !(cfg->stop_profiler_status()))… in operator ()()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dconfig_manager.h189 bool stop_profiler_status() const { return stop_profiler_; } in stop_profiler_status() function