Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_info.cpp170 uint32_t daily_avg_bw = 0; in update_perf_history() local
172 daily_avg_bw = accumulate(recent_perf.begin(), recent_perf.end(), 0) / recent_perf.size(); in update_perf_history()
184 daily_perf[nr_days++] = daily_avg_bw; in update_perf_history()
193 daily_perf[nr_days++] = daily_avg_bw; in update_perf_history()