Home
last modified time | relevance | path

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

/art/runtime/metrics/
Dreporter.h168 uint32_t GetNextPeriodSeconds();
Dreporter.cc196 messages_.SetTimeout(SecondsToMs(GetNextPeriodSeconds())); in MaybeResetTimeout()
245 uint32_t MetricsReporter::GetNextPeriodSeconds() { in GetNextPeriodSeconds() function in art::metrics::MetricsReporter
Dreporter_test.cc140 uint32_t GetNextPeriodSeconds() { in GetNextPeriodSeconds() function in art::metrics::MetricsReporterTest
141 return reporter_->GetNextPeriodSeconds(); in GetNextPeriodSeconds()