Searched refs:is_profiling_ (Results 1 – 5 of 5) sorted by relevance
15 : is_profiling_(false) { in DevToolsPowerHandler()31 if (is_profiling_) in ~DevToolsPowerHandler()62 is_profiling_ = true; in OnStart()73 is_profiling_ = false; in OnEnd()104 if (is_profiling_) in OnClientDetached()
36 bool is_profiling_; variable
158 if (is_profiling_) StopProcessor(); in DeleteAllProfiles()166 if (profiles_->profiles()->is_empty() && !is_profiling_) { in DeleteProfile()377 is_profiling_(false) { in CpuProfiler()391 is_profiling_(false) { in CpuProfiler()396 DCHECK(!is_profiling_); in ~CpuProfiler()402 DCHECK(!is_profiling_); in set_sampling_interval()438 is_profiling_ = true; in StartProcessorIfNotStarted()456 if (!is_profiling_) return NULL; in StopProfiling()467 if (!is_profiling_) return NULL; in StopProfiling()482 is_profiling_ = false; in StopProcessor()
242 INLINE(bool is_profiling() const) { return is_profiling_; } in INLINE()244 return &is_profiling_; in is_profiling_address()264 bool is_profiling_; variable
56 if (is_profiling_) return processor_->StartTickSample(); in StartTickSample()