Searched refs:is_profiling_ (Results 1 – 3 of 3) sorted by relevance
435 if (is_profiling_) StopProcessor(); in DeleteAllProfiles()442 if (profiles_->profiles()->empty() && !is_profiling_) { in DeleteProfile()516 is_profiling_(false) { in CpuProfiler()524 DCHECK(!is_profiling_); in ~CpuProfiler()536 DCHECK(!is_profiling_); in set_sampling_interval()541 DCHECK(!is_profiling_); in set_use_precise_sampling()652 is_profiling_ = true; in StartProcessorIfNotStarted()668 if (!is_profiling_) return nullptr; in StopProfiling()689 is_profiling_ = false; in StopProcessor()
368 bool is_profiling() const { return is_profiling_; } in is_profiling()412 bool is_profiling_; variable
1305 void* is_profiling_address() { return &is_profiling_; } in is_profiling_address()1308 return is_profiling_.load(std::memory_order_relaxed); in is_profiling()1315 is_profiling_.store(enabled, std::memory_order_relaxed); in SetIsProfiling()2185 std::atomic<bool> is_profiling_{false};