Home
last modified time | relevance | path

Searched refs:startup_reported_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/metrics/
Dreporter.cc46 startup_reported_{false},
176 startup_reported_ = true; in BackgroundThreadRun()
238 (startup_reported_ || !config_.period_spec->report_startup_first) && in ShouldContinueReporting()
Dreporter.h176 bool startup_reported_; variable