Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_info.cpp173 uint32_t daily_avg_bw = 0; in update_perf_history() local
175 daily_avg_bw = accumulate(recent_perf.begin(), recent_perf.end(), 0) / recent_perf.size(); in update_perf_history()
187 daily_perf[nr_days++] = daily_avg_bw; in update_perf_history()
196 daily_perf[nr_days++] = daily_avg_bw; in update_perf_history()