Searched refs:is_profiling_ (Results 1 – 3 of 3) sorted by relevance
219 if (is_profiling_) StopProcessor(); in DeleteAllProfiles()226 if (profiles_->profiles()->empty() && !is_profiling_) { in DeleteProfile()303 is_profiling_(false) { in CpuProfiler()309 DCHECK(!is_profiling_); in ~CpuProfiler()314 DCHECK(!is_profiling_); in set_sampling_interval()384 is_profiling_ = true; in StartProcessorIfNotStarted()402 if (!is_profiling_) return nullptr; in StopProfiling()418 is_profiling_ = false; in StopProcessor()
218 bool is_profiling() const { return is_profiling_; } in is_profiling()243 bool is_profiling_; variable
1092 bool* is_profiling_address() { return &is_profiling_; } in is_profiling_address()