HomeSort by relevance Sort by last modified time
    Searched refs:mReadTimer (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/sdcard/
testcase.h 103 StopWatch *readTimer() { return mReadTimer; }
160 StopWatch *mReadTimer; // Used to time the read calls.
testcase.cpp 158 mReadTimer = new StopWatch("read", iter() * dataSize() / chunkSize() * kReadWriteFactor);
159 mReadTimer->setDataSize(dataSize());

Completed in 49 milliseconds