HomeSort by relevance Sort by last modified time
    Searched refs:mDeltas (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/sdcard/
stopwatch.cpp 60 mDeltas(NULL), mUsed(false)
75 delete [] mDeltas;
139 SNPRINTF_OR_RETURN(*str, *size, "%f %f\n", double(second) + double(nano) / 1.0e9, mDeltas[i]);
163 // mDeltas.
169 mDeltas= new double[n];
175 mDeltas[i / 2] = double(second) + double(nano) / 1.0e9;
182 mMinDuration = mMaxDuration = mDeltas[i];
186 if (mMaxDuration < mDeltas[i])
188 mMaxDuration = mDeltas[i];
191 if (mMinDuration > mDeltas[i]
    [all...]
stopwatch.h 129 // Allocate mDeltas and fill it in. Search for the min and max.
149 double *mDeltas;

Completed in 45 milliseconds