Searched refs:stop_profiler_ (Results 1 – 2 of 2) sorted by relevance
189 bool stop_profiler_status() const { return stop_profiler_; } in stop_profiler_status()252 std::atomic_bool stop_profiler_; variable
44 stop_profiler_(false), in ConfigManager()153 void ConfigManager::stop_dataset_profiler(bool stop_profiler) { stop_profiler_ = stop_profiler; } in stop_dataset_profiler()