Searched refs:is_profiling_ (Results 1 – 3 of 3) sorted by relevance
188 if (is_profiling_) StopProcessor(); in DeleteAllProfiles()196 if (profiles_->profiles()->is_empty() && !is_profiling_) { in DeleteProfile()397 is_profiling_(false) { in CpuProfiler()411 is_profiling_(false) { in CpuProfiler()416 DCHECK(!is_profiling_); in ~CpuProfiler()422 DCHECK(!is_profiling_); in set_sampling_interval()459 is_profiling_ = true; in StartProcessorIfNotStarted()477 if (!is_profiling_) return NULL; in StopProfiling()488 if (!is_profiling_) return NULL; in StopProfiling()503 is_profiling_ = false; in StopProcessor()
247 INLINE(bool is_profiling() const) { return is_profiling_; } in INLINE()249 return &is_profiling_; in is_profiling_address()269 bool is_profiling_; variable
54 if (is_profiling_) return processor_->StartTickSample(); in StartTickSample()