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

  /packages/inputmethods/LatinIME/native/src/
defines.h 33 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]);
  /system/core/sh/
main.c 84 short profile_buf[16384]; variable
109 monitor(4, etext, profile_buf, sizeof profile_buf, 50);

Completed in 230 milliseconds