Searched defs:profile_old (Results 1 - 1 of 1) sorted by last modified time

/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h181 static float profile_old[PROF_BUF_SIZE]; variable
188 PROF_COUNT(prof_buf_id); profile_old[prof_buf_id] = (clock()); } while (0)
190 #define PROF_END(prof_buf_id) profile_buf[prof_buf_id] += ((clock()) - profile_old[prof_buf_id])
192 AKLOGI("%s : clock is %f", __FUNCTION__, (clock() - profile_old[prof_buf_id]))
198 profile_old[i] = 0;

Completed in 41 milliseconds