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

  /frameworks/native/libs/utils/tests/
Looper_test.cpp 7 #include <utils/StopWatch.h>
14 // # of milliseconds to fudge stopwatch measurements
116 StopWatch stopWatch("pollOnce");
118 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime());
129 StopWatch stopWatch("pollOnce");
131 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime());
143 StopWatch stopWatch("pollOnce")
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialLoaderTask.java 28 import com.android.contacts.common.util.StopWatch;
102 final StopWatch stopWatch = DEBUG ? StopWatch.start("Start Match") : null;
105 stopWatch.lap("Find matches");
110 stopWatch.lap("Sort");
138 stopWatch.stopAndLog(LOG_TAG + " Match Complete", 0);
SmartDialCache.java 35 import com.android.contacts.common.util.StopWatch;
221 final StopWatch stopWatch = DEBUG ? StopWatch.start("SmartDial Cache") : null;
229 stopWatch.lap("SmartDial query complete");
234 stopWatch.stopAndLog("SmartDial query received null for cursor", 0);
257 stopWatch.stopAndLog("SmartDial caching completed", 0);
DialpadFragment.java 81 import com.android.contacts.common.util.StopWatch;
544 final StopWatch stopWatch = StopWatch.start("Dialpad.onResume");
550 stopWatch.lap("qloc");
562 stopWatch.lap("dtwd");
567 stopWatch.lap("hptc");
581 stopWatch.lap("tg");
596 stopWatch.lap("fdin");
605 stopWatch.lap("tm")
    [all...]
  /external/eigen/bench/btl/generic_bench/timers/
portable_timer.hh 54 } stopWatch;
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 116 class StopWatch {
127 void StopWatch::start()
132 void StopWatch::stop()
137 long StopWatch::getElapsedMS()
217 StopWatch stopWatch;
218 stopWatch.start();
220 stopWatch.stop();
222 return JSValue::encode(jsNumber(stopWatch.getElapsedMS()));
248 StopWatch stopWatch
    [all...]

Completed in 543 milliseconds