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

/system/extras/tests/sdcard/
H A Dstopwatch.h97 void setDataSize(size_t size_in_bytes) { mSizeKbytes = size_in_bytes / 1000; }
138 int mSizeKbytes; member in class:android_test::StopWatch
H A Dstopwatch.cpp56 mSizeKbytes(0), mAlreadyPrinted(false), mPrintRaw(false),
132 mMinDuration, mMinIdx, mMaxDuration, mMaxIdx, mSizeKbytes);
230 if (0 != mSizeKbytes)
232 SNPRINTF_OR_RETURN(*str, *size, "# Size: %d Kbytes Total: %d\n", mSizeKbytes, mNum);
233 SNPRINTF_OR_RETURN(*str, *size, "# Speed %f Kbyte/s\n", double(mSizeKbytes) * mNum / mDuration);

Completed in 4 milliseconds