Searched defs:PROF_OUTALL (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/src/
H A Ddefines.h42 #define PROF_CLOSE do { PROF_END(PROF_BUF_SIZE - 1); PROF_OUTALL; } while(0)
46 #define PROF_OUTALL do { LOGI("--- %s ---", __FUNCTION__); prof_out(); } while(0) macro
86 #define PROF_OUTALL macro

Completed in 23 milliseconds