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 189 #define PROF_CLOSE do { PROF_END(PROF_BUF_SIZE - 1); PROF_OUTALL; } while (0)
190 #define PROF_END(prof_buf_id) profile_buf[prof_buf_id] += ((clock()) - profile_old[prof_buf_id])
231 #define PROF_END(prof_buf_id)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 58 PROF_END(0);
67 PROF_END(1);
71 PROF_END(2);
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 65 PROF_END(66);
    [all...]

Completed in 204 milliseconds