Searched refs:mMaxIdx (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/sdcard/
H A Dstopwatch.h148 size_t mMaxIdx; member in class:android_test::StopWatch
H A Dstopwatch.cpp59 mMaxDuration(0.0), mMaxIdx(0),
132 mMinDuration, mMinIdx, mMaxDuration, mMaxIdx, mSizeKbytes);
189 mMaxIdx = i;
224 SNPRINTF_OR_RETURN(*str, *size, "# Max %s duration %f [%d]\n", mName, mMaxDuration, mMaxIdx);

Completed in 107 milliseconds