Home | History | Annotate | Download | only in src

Lines Matching refs:profiler_

189       Sampler(interval, FLAG_prof), window_(NULL), profiler_(NULL) {}
198 if (profiler_) profiler_->Insert(sample);
209 if (!profiler_ && IsActive()) Stop();
213 profiler_ = profiler;
218 profiler_ = NULL;
224 Profiler* profiler_;
314 bool overflow = Logger::profiler_->Remove(&sample);
317 overflow = Logger::profiler_->Remove(&sample);
326 Profiler* Logger::profiler_ = NULL;
1150 if (!profiler_->paused()) {
1165 profiler_->pause();
1198 profiler_->Engage();
1206 profiler_->resume();
1488 profiler_ = new Profiler();
1490 profiler_->pause();
1495 profiler_->Engage();
1514 if (profiler_ != NULL) {
1515 profiler_->Disengage();
1516 delete profiler_;
1517 profiler_ = NULL;