Home
last modified time | relevance | path

Searched refs:mCounters (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dprofiler.h33 mCounters() {} in Profiler()
41 time.second / totalTime * 100.0f, time.second, mCounters[time.first]); in ~Profiler()
51 mCounters[id]++; in endTimer()
63 std::unordered_map<int, int> mCounters; variable