Home
last modified time | relevance | path

Searched refs:GetNextPeriodSeconds (Results 1 – 3 of 3) sorted by relevance

/art/runtime/metrics/
Dreporter.h165 uint32_t GetNextPeriodSeconds();
Dreporter.cc188 messages_.SetTimeout(SecondsToMs(GetNextPeriodSeconds())); in MaybeResetTimeout()
241 uint32_t MetricsReporter::GetNextPeriodSeconds() { in GetNextPeriodSeconds() function in art::metrics::MetricsReporter
Dreporter_test.cc143 uint32_t GetNextPeriodSeconds() { in GetNextPeriodSeconds() function in art::metrics::MetricsReporterTest
144 return reporter_->GetNextPeriodSeconds(); in GetNextPeriodSeconds()