Searched refs:mSizeKbytes (Results 1 – 2 of 2) sorted by relevance
/system/extras/tests/sdcard/ |
D | stopwatch.cpp | 56 mSizeKbytes(0), mAlreadyPrinted(false), mPrintRaw(false), in StopWatch() 132 mMinDuration, mMinIdx, mMaxDuration, mMaxIdx, mSizeKbytes); in sprint() 230 if (0 != mSizeKbytes) in printThroughput() 232 SNPRINTF_OR_RETURN(*str, *size, "# Size: %d Kbytes Total: %d\n", mSizeKbytes, mNum); in printThroughput() 233 … SNPRINTF_OR_RETURN(*str, *size, "# Speed %f Kbyte/s\n", double(mSizeKbytes) * mNum / mDuration); in printThroughput()
|
D | stopwatch.h | 97 void setDataSize(size_t size_in_bytes) { mSizeKbytes = size_in_bytes / 1000; } in setDataSize() 138 int mSizeKbytes; variable
|