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

  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 181 #define PROF_CLOSE do { PROF_END(PROF_BUF_SIZE - 1); PROF_OUTALL; } while (0)
182 #define PROF_END(prof_buf_id) profile_buf[prof_buf_id] += ((clock()) - profile_old[prof_buf_id])
223 #define PROF_END(prof_buf_id)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 62 PROF_END(0);
71 PROF_END(1);
75 PROF_END(2);
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 98 PROF_END(66);

Completed in 920 milliseconds