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

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

Completed in 529 milliseconds