Home | History | Annotate | Download | only in sdcard

Lines Matching refs:StopWatch

34 #include "stopwatch.h"
99 void setDump() { StopWatch::setPrintRawMode(true); }
101 StopWatch *testTimer() { return mTestTimer; }
102 StopWatch *openTimer() { return mOpenTimer; }
103 StopWatch *readTimer() { return mReadTimer; }
104 StopWatch *writeTimer() { return mWriteTimer; }
105 StopWatch *syncTimer() { return mSyncTimer; }
106 StopWatch *truncateTimer() { return mTruncateTimer; }
107 StopWatch *traverseTimer() { return mTraverseTimer; }
158 StopWatch *mTestTimer; // Used to time the test overall.
159 StopWatch *mOpenTimer; // Used to time the open calls.
160 StopWatch *mReadTimer; // Used to time the read calls.
161 StopWatch *mWriteTimer; // Used to time the write calls.
162 StopWatch *mSyncTimer; // Used to time the sync/fsync calls.
163 StopWatch *mTruncateTimer; // Used to time the ftruncate calls.
164 StopWatch *mTraverseTimer; // Used to time each traversal.