Searched refs:is_profiling_ (Results 1 – 3 of 3) sorted by relevance
210 if (is_profiling_) StopProcessor(); in DeleteAllProfiles()218 if (profiles_->profiles()->is_empty() && !is_profiling_) { in DeleteProfile()249 is_profiling_(false) { in CpuProfiler()262 is_profiling_(false) { in CpuProfiler()267 DCHECK(!is_profiling_); in ~CpuProfiler()271 DCHECK(!is_profiling_); in set_sampling_interval()314 is_profiling_ = true; in StartProcessorIfNotStarted()330 if (!is_profiling_) return nullptr; in StopProfiling()346 is_profiling_ = false; in StopProcessor()
211 bool is_profiling() const { return is_profiling_; } in is_profiling()230 bool is_profiling_; variable
930 bool* is_profiling_address() { return &is_profiling_; } in is_profiling_address()