Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DSamplingProfilerIntegration.java23 import dalvik.system.profiler.BinaryHprofWriter;
24 import dalvik.system.profiler.SamplingProfiler;
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.h107 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler() function
DCanvasContext.cpp253 profiler().unionDirty(&dirty); in draw()
266 profiler().draw(mCanvas); in draw()
DRenderProxy.cpp118 if (args->context->profiler().consumeProperties()) { in CREATE_BRIDGE1()
411 args->context->profiler().dumpData(args->fd); in CREATE_BRIDGE4()
/frameworks/base/docs/html/tools/help/
Dshell.jd81 <li>{@code --start-profiler &lt;FILE>}: Start profiler and send results to {@code &lt;FILE>}.
82 <li>{@code -P &lt;FILE>}: Like <code>--start-profiler</code>,
187 <td>Start profiler on {@code &lt;PROCESS>}, write results to {@code &lt;FILE>}.
195 <td>Stop profiler on {@code &lt;PROCESS>}.
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp124 pthread_t profiler; in getLocalInstance() local
125 if (pthread_create(&profiler, NULL, profilerThreadWrapper, NULL) != 0) { in getLocalInstance()
/frameworks/native/cmds/installd/
Dcommands.cpp760 bool profiler = (property_get("dalvik.vm.profiler", prop_buf, "0") > 0) && (prop_buf[0] == '1'); in run_dex2oat() local
845 if (profiler && (strcmp(pkgname, "*") != 0)) { in run_dex2oat()
/frameworks/base/docs/html/tools/debugging/
Ddebugging-tracing.jd156 absolute timings from the profiler results (such as, "function X takes 2.5 seconds to run"). The
/frameworks/base/docs/html/tools/sdk/
Declipse-adt.jd2346 disk. If a profiler such as MAT (<a href="http://eclipse.org/mat">Memory Analyzer