Lines Matching refs:StopWatch
99 void setDump() { StopWatch::setPrintRawMode(true); } in setDump()
101 StopWatch *testTimer() { return mTestTimer; } in testTimer()
102 StopWatch *openTimer() { return mOpenTimer; } in openTimer()
103 StopWatch *readTimer() { return mReadTimer; } in readTimer()
104 StopWatch *writeTimer() { return mWriteTimer; } in writeTimer()
105 StopWatch *syncTimer() { return mSyncTimer; } in syncTimer()
106 StopWatch *truncateTimer() { return mTruncateTimer; } in truncateTimer()
107 StopWatch *traverseTimer() { return mTraverseTimer; } in traverseTimer()
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.