Home
last modified time | relevance | path

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

/system/extras/tests/sdcard/
Dstopwatch.cpp199 double avgDuration = mDuration / n; in processSamples() local
203 diffSQ += pow((mDeltas[i] - avgDuration), 2.0); in processSamples()