Searched refs:mNum (Results 1 – 2 of 2) sorted by relevance
/system/extras/tests/sdcard/ |
D | stopwatch.cpp | 55 : mName(strdup(name)), mNum(0), mData(NULL), mDataLen(0), mCapacity(capacity * 2), in StopWatch() 88 ++mNum; in start() 122 mName, mDuration, mNum); in sprint() 131 SNPRINTF_OR_RETURN(*str, *size, "%s %d %f %f %d %f %d %d\n", mName, mNum, mDuration, in sprint() 221 SNPRINTF_OR_RETURN(*str, *size, "# Average %s duration %f s/op\n", mName, mDuration / mNum); in printAverageMinMax() 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 | 134 size_t mNum; // # of intervals == # of start() calls. variable
|