Home
last modified time | relevance | path

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

/system/extras/memtrack/
Dmemtrack.h118 static inline void computeAvg(double *running_avg, size_t cur_avg, in computeAvg() function
Dmemtrack.cpp224 computeAvg(&all_[it->first].avg_pss_kb, it->second.pss_kb, in scan()