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

  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 181 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 1007 milliseconds