HomeSort by relevance Sort by last modified time
    Searched refs:profile_buf (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 172 static float profile_buf[PROF_BUF_SIZE]; variable
182 #define PROF_END(prof_buf_id) profile_buf[prof_buf_id] += ((clock()) - profile_old[prof_buf_id])
189 profile_buf[i] = 0;
200 profile_buf[PROF_BUF_SIZE - 1] * 1000.0f / static_cast<float>(CLOCKS_PER_SEC));
203 all += profile_buf[i];
207 if (profile_buf[i] > 0.0f) {
209 i, (profile_buf[i] * 100.0f / all),
210 profile_buf[i] * 1000.0f / static_cast<float>(CLOCKS_PER_SEC),
  /system/core/sh/
main.c 84 short profile_buf[16384]; variable
109 monitor(4, etext, profile_buf, sizeof profile_buf, 50);

Completed in 53 milliseconds