HomeSort by relevance Sort by last modified time
    Searched full:profile_counter (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/native/src/
defines.h 35 static unsigned int profile_counter[PROF_BUF_SIZE]; variable
38 #define PROF_COUNT(prof_buf_id) ++profile_counter[prof_buf_id]
52 profile_counter[i] = 0;
57 if (profile_counter[PROF_BUF_SIZE - 1] != 1) {
71 profile_buf[i] * 1000 / (double)CLOCKS_PER_SEC, profile_counter[i]);

Completed in 44 milliseconds