Home
last modified time | relevance | path

Searched refs:is_profiling_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/devtools/
Ddevtools_power_handler.cc15 : 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()
Ddevtools_power_handler.h36 bool is_profiling_; variable
/external/chromium_org/v8/src/
Dcpu-profiler.cc158 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()
Dcpu-profiler.h242 INLINE(bool is_profiling() const) { return is_profiling_; } in INLINE()
244 return &is_profiling_; in is_profiling_address()
264 bool is_profiling_; variable
Dcpu-profiler-inl.h56 if (is_profiling_) return processor_->StartTickSample(); in StartTickSample()