Home | History | Annotate | Download | only in src

Lines Matching refs:Enabled

89   bool Enabled();
130 // profiling should be enabled. Destructor will write profile data
159 if (collector_.enabled()) {
192 if (!collector_.enabled()) {
208 if (!collector_.enabled()) {
223 bool CpuProfiler::Enabled() {
225 return collector_.enabled();
235 state->enabled = collector_state.enabled;
298 return CpuProfiler::instance_.Enabled();