Searched refs:profile_counter (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/src/
H A Ddefines.h35 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 31 milliseconds