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

  /system/extras/tests/sdcard/
testcase.cpp 47 mTestTimer(NULL)
73 delete mTestTimer;
153 mTestTimer = new StopWatch(total_time, 1);
154 mTestTimer->setDataSize(dataSize());
testcase.h 101 StopWatch *testTimer() { return mTestTimer; }
158 StopWatch *mTestTimer; // Used to time the test overall.

Completed in 29 milliseconds