Searched refs:profiler (Results 1 – 7 of 7) sorted by relevance
23 import dalvik.system.profiler.BinaryHprofWriter;24 import dalvik.system.profiler.SamplingProfiler;
370 profiler().unionDirty(&dirty); in draw()416 profiler().draw(&renderer); in draw()543 profiler().draw(mCanvas); in draw()
121 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler() function
116 if (args->context->profiler().consumeProperties()) { in CREATE_BRIDGE1()430 args->context->profiler().dumpData(args->fd); in CREATE_BRIDGE4()
125 pthread_t profiler; in getLocalInstance() local126 if (pthread_create(&profiler, NULL, profilerThreadWrapper, NULL) != 0) { in getLocalInstance()
113 <li>Better debugging support, including a dedicated sampling profiler,
94 <img src="{@docRoot}topic/performance/images/s-profiler-legend.png">