Searched refs:mProfiler (Results 1 – 6 of 6) sorted by relevance
34 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 …]
85 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()
24 mProfiler(dicNode.mProfiler), in DicNode()33 mProfiler = dicNode.mProfiler; in operator =()
86 private final Profiler mProfiler; field in JSScriptEngine103 private final Profiler mProfiler; field in JSScriptEngine.JavaScriptSandboxProvider110 mProfiler = profiler; in JavaScriptSandboxProvider()131 mProfiler.start(JSScriptEngineLogConstants.SANDBOX_INIT_TIME); in getFutureInstance()369 this.mProfiler = profiler;551 mProfiler.start(JSScriptEngineLogConstants.JAVA_EXECUTION_TIME);704 mProfiler.start(JSScriptEngineLogConstants.ISOLATE_CREATE_TIME);
351 private final Profiler mProfiler = Profilers.instance().guard(); field in CaptureModule360 Profile guard = mProfiler.create("new CaptureModule").start(); in CaptureModule()409 Profile guard = mProfiler.create("CaptureModule.init").start(); in init()709 Profile guard = mProfiler.create("CaptureModule.resume").start(); in resume()1346 Profile guard = mProfiler.create("CaptureModule.openCameraAndStartPreview()").start();1554 Profile profile = mProfiler.create("CaptureModule.closeCamera()").start();
286 private final Profiler mProfiler = Profilers.instance().guard(); field in CameraActivity1401 Profile profile = mProfiler.create("CameraActivity.onCreateTasks").start(); in onCreateTasks()1806 Profile profile = mProfiler.create("CameraActivity.onPause").start(); in onPauseTasks()1973 Profile profile = mProfiler.create("CameraActivity.resume").start(); in resume()