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

/packages/inputmethods/LatinIME/native/src/
H A Ddefines.h33 static double profile_buf[PROF_BUF_SIZE]; variable
43 #define PROF_END(prof_buf_id) profile_buf[prof_buf_id] += ((clock()) - profile_old[prof_buf_id])
50 profile_buf[i] = 0;
61 profile_buf[PROF_BUF_SIZE - 1] * 1000 / (double)CLOCKS_PER_SEC);
64 all += profile_buf[i];
68 if (profile_buf[i] != 0) {
70 i, (profile_buf[i] * 100 / all),
71 profile_buf[i] * 1000 / (double)CLOCKS_PER_SEC, profile_counter[i]);

Completed in 4 milliseconds