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

  /packages/inputmethods/LatinIME/native/src/
defines.h 42 #define PROF_CLOSE do { PROF_END(PROF_BUF_SIZE - 1); PROF_OUTALL; } while(0)
43 #define PROF_END(prof_buf_id) profile_buf[prof_buf_id] += ((clock()) - profile_old[prof_buf_id])
83 #define PROF_END(prof_buf_id)
unigram_dictionary.cpp 172 PROF_END(20);
189 PROF_END(0);
195 PROF_END(1);
199 PROF_END(2);
203 PROF_END(3);
207 PROF_END(4);
220 PROF_END(5);
240 PROF_END(6);
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 122 PROF_END(66);

Completed in 202 milliseconds