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 83 import com.android.contacts.common.util.StopWatch;
683 final StopWatch stopWatch = StopWatch.start("Dialpad.onResume");
689 stopWatch.lap("qloc");
697 stopWatch.lap("dtwd");
702 stopWatch.lap("hptc");
716 stopWatch.lap("tg");
722 stopWatch.lap("fdin");
729 stopWatch.lap("tm")
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 39 import com.android.contacts.common.util.StopWatch;
726 final StopWatch stopWatch = DEBUG ? StopWatch.start("Updating databases") : null;
748 stopWatch.lap("Queried the Contacts database");
766 stopWatch.lap("Finished deleting deleted entries");
779 stopWatch.lap("Finished deleting updated entries");
786 stopWatch.lap("Finished building the smart dial table");
    [all...]

Completed in 68 milliseconds