Home
last modified time | relevance | path

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

/art/runtime/metrics/
Dreporter.cc45 startup_reported_{false},
168 startup_reported_ = true; in BackgroundThreadRun()
234 (startup_reported_ || !config_.period_spec->report_startup_first) && in ShouldContinueReporting()
Dreporter.h172 bool startup_reported_; variable