Searched refs:nr_samples (Results 1 – 3 of 3) sorted by relevance
89 nr_samples = perf_history.nr_samples(); in load_perf_history_proto()90 if (nr_samples < recent_perf.size()) { in load_perf_history_proto()91 recent_perf.erase(recent_perf.begin() + nr_samples, recent_perf.end()); in load_perf_history_proto()135 perf_history->set_nr_samples(nr_samples); in refresh()160 if (nr_samples >= recent_perf.size()) { in update_perf_history()163 recent_perf[nr_samples] = bw; in update_perf_history()165 nr_samples++; in update_perf_history()169 if (nr_samples < recent_perf.size()) { in update_perf_history()170 recent_perf.erase(recent_perf.begin() + nr_samples, recent_perf.end()); in update_perf_history()181 nr_samples = 0; in update_perf_history()[all …]
47 optional uint32 nr_samples = 3; field
54 uint32_t nr_samples; variable62 userdata_total_kb(0), userdata_free_kb(0), nr_samples(0), in storage_info_t()