Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp206 profiler().markPlaybackStart(); in draw()
224 profiler().unionDirty(&dirty); in draw()
238 profiler().draw(mCanvas); in draw()
242 profiler().markPlaybackEnd(); in draw()
250 profiler().finishFrame(); in draw()
261 profiler().startFrame(); in doFrame()
DDrawFrameTask.cpp95 mContext->profiler().setDensity(mDensity); in run()
96 mContext->profiler().startFrame(mRecordDurationNanos); in run()
DCanvasContext.h104 DrawProfiler& profiler() { return mProfiler; } in profiler() function
DRenderProxy.cpp123 if (args->context->profiler().loadSystemProperties()) { in CREATE_BRIDGE1()
375 args->context->profiler().dumpData(args->fd); in CREATE_BRIDGE2()
/frameworks/base/core/java/com/android/internal/os/
DSamplingProfilerIntegration.java23 import dalvik.system.profiler.BinaryHprofWriter;
24 import dalvik.system.profiler.SamplingProfiler;
/frameworks/native/cmds/installd/
Dcommands.c703 bool profiler = (property_get("dalvik.vm.profiler", prop_buf, "0") > 0) && (prop_buf[0] == '1'); in run_dex2oat() local
765 if (profiler && (strcmp(pkgname, "*") != 0)) { in run_dex2oat()
/frameworks/base/docs/html/tools/help/
Dadb.jd480 <li>{@code --start-profiler &lt;FILE>}: Start profiler and send results to {@code &lt;FILE>}.
481 <li>{@code -P &lt;FILE>}: Like <code>--start-profiler</code>,
586 <td>Start profiler on {@code &lt;PROCESS>}, write results to {@code &lt;FILE>}.
594 <td>Stop profiler on {@code &lt;PROCESS>}.
/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.jd2279 disk. If a profiler such as MAT (<a href="http://eclipse.org/mat">Memory Analyzer