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

  /system/extras/tests/sdcard/
testcase.h 104 StopWatch *writeTimer() { return mWriteTimer; }
161 StopWatch *mWriteTimer; // Used to time the write calls.
testcase.cpp 161 mWriteTimer = new StopWatch("write", iter() * dataSize() / chunkSize());
162 mWriteTimer->setDataSize(dataSize());

Completed in 66 milliseconds