Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Dweighting.cpp34 PROF_OMISSION(node->mProfiler); in profile()
37 PROF_ADDITIONAL_PROXIMITY(node->mProfiler); in profile()
40 PROF_SUBSTITUTION(node->mProfiler); in profile()
43 PROF_NEW_WORD(node->mProfiler); in profile()
46 PROF_MATCH(node->mProfiler); in profile()
49 PROF_COMPLETION(node->mProfiler); in profile()
52 PROF_TERMINAL(node->mProfiler); in profile()
55 PROF_TERMINAL_INSERTION(node->mProfiler); in profile()
58 PROF_SPACE_SUBSTITUTION(node->mProfiler); in profile()
61 PROF_INSERTION(node->mProfiler); in profile()
[all …]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h85 DicNodeProfiler mProfiler;
91 mProfiler(), in DicNode()
104 PROF_NODE_COPY(&dicNode->mProfiler, mProfiler); in initByCopy()
112 PROF_NODE_RESET(mProfiler); in initAsRoot()
125 PROF_NODE_COPY(&dicNode->mProfiler, mProfiler); in initAsRootWithPreviousWord()
135 PROF_NODE_COPY(&parentDicNode->mProfiler, mProfiler); in initAsPassingChild()
148 PROF_NODE_COPY(&dicNode->mProfiler, mProfiler); in initAsChild()
410 mProfiler.dump(); in dump()
Ddic_node.cpp24 mProfiler(dicNode.mProfiler), in DicNode()
33 mProfiler = dicNode.mProfiler; in operator =()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java344 private final Profiler mProfiler = Profilers.instance().guard(); field in CaptureModule
353 Profile guard = mProfiler.create("new CaptureModule").start(); in CaptureModule()
402 Profile guard = mProfiler.create("CaptureModule.init").start(); in init()
679 Profile guard = mProfiler.create("CaptureModule.resume").start(); in resume()
1316 Profile guard = mProfiler.create("CaptureModule.openCameraAndStartPreview()").start();
1503 Profile profile = mProfiler.create("CaptureModule.closeCamera()").start();
DCameraActivity.java290 private final Profiler mProfiler = Profilers.instance().guard(); field in CameraActivity
1431 Profile profile = mProfiler.create("CameraActivity.onCreateTasks").start(); in onCreateTasks()
1835 Profile profile = mProfiler.create("CameraActivity.onPause").start(); in onPauseTasks()
2003 Profile profile = mProfiler.create("CameraActivity.resume").start(); in resume()