Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dconfig_manager.h189 bool stop_profiler_status() const { return stop_profiler_; } in stop_profiler_status()
252 std::atomic_bool stop_profiler_; variable
Dconfig_manager.cc44 stop_profiler_(false), in ConfigManager()
153 void ConfigManager::stop_dataset_profiler(bool stop_profiler) { stop_profiler_ = stop_profiler; } in stop_dataset_profiler()