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

  /external/eigen/bench/btl/generic_bench/timers/
portable_timer.hh 54 } stopWatch;
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 75 import com.android.contacts.common.util.StopWatch;
652 final StopWatch stopWatch = StopWatch.start("Dialpad.onResume");
658 stopWatch.lap("qloc");
666 stopWatch.lap("dtwd");
671 stopWatch.lap("hptc");
685 stopWatch.lap("tg");
691 stopWatch.lap("fdin");
698 stopWatch.lap("tm")
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 39 import com.android.contacts.common.util.StopWatch;
756 final StopWatch stopWatch = DEBUG ? StopWatch.start("Updating databases") : null;
778 stopWatch.lap("Queried the Contacts database");
    [all...]

Completed in 1532 milliseconds