Searched refs:reporter_ (Results 1 – 1 of 1) sorted by relevance
119 reporter_.reset(new MockMetricsReporter(std::move(config), Runtime::Current())); in SetupReporter()121 reporter_->backends_.emplace_back(backend_); in SetupReporter()128 reporter_ = nullptr; in TearDown()133 return reporter_->ShouldReportAtStartup(); in ShouldReportAtStartup()137 return reporter_->ShouldContinueReporting(); in ShouldContinueReporting()141 return reporter_->GetNextPeriodSeconds(); in GetNextPeriodSeconds()145 reporter_->ReportMetrics(); in ReportMetrics()149 reporter_->NotifyStartupCompleted(); in NotifyStartupCompleted()155 bool result = reporter_->MaybeStartBackgroundThread(session_data_); in MaybeStartBackgroundThread()157 reporter_->art_metrics_->JitMethodCompileCount()->Add(1); in MaybeStartBackgroundThread()[all …]