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

  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 153 #define PROF_CLOSE do { PROF_END(PROF_BUF_SIZE - 1); PROF_OUTALL; } while (0)
154 #define PROF_END(prof_buf_id) profile_buf[prof_buf_id] += ((clock()) - profile_old[prof_buf_id])
195 #define PROF_END(prof_buf_id)
unigram_dictionary.cpp 206 PROF_END(20);
218 PROF_END(0);
223 PROF_END(1);
227 PROF_END(2);
231 PROF_END(3);
241 PROF_END(4);
251 PROF_END(5);
255 PROF_END(6);
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 62 PROF_END(0);
71 PROF_END(1);
74 PROF_END(2);
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 123 PROF_END(66);

Completed in 177 milliseconds