OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSizeKbytes
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/sdcard/
stopwatch.h
97
void setDataSize(size_t size_in_bytes) {
mSizeKbytes
= size_in_bytes / 1000; }
138
int
mSizeKbytes
;
stopwatch.cpp
56
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 135 milliseconds