Home
last modified time | relevance | path

Searched defs:prof_buf_id (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
Ddefines.h66 #define PROF_COUNT(prof_buf_id) ++profile_counter[prof_buf_id] argument
68 #define PROF_START(prof_buf_id) do { \ argument
71 #define PROF_END(prof_buf_id) profile_buf[prof_buf_id] += ((clock()) - profile_old[prof_buf_id]) argument
72 #define PROF_CLOCKOUT(prof_buf_id) \ argument
107 #define PROF_COUNT(prof_buf_id) argument
109 #define PROF_START(prof_buf_id) argument
111 #define PROF_END(prof_buf_id) argument
112 #define PROF_CLOCK_OUT(prof_buf_id) argument
113 #define PROF_CLOCKOUT(prof_buf_id) argument