OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 44 milliseconds