Searched refs:profiler (Results 1 – 9 of 9) sorted by relevance
206 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()
95 mContext->profiler().setDensity(mDensity); in run()96 mContext->profiler().startFrame(mRecordDurationNanos); in run()
104 DrawProfiler& profiler() { return mProfiler; } in profiler() function
123 if (args->context->profiler().loadSystemProperties()) { in CREATE_BRIDGE1()375 args->context->profiler().dumpData(args->fd); in CREATE_BRIDGE2()
23 import dalvik.system.profiler.BinaryHprofWriter;24 import dalvik.system.profiler.SamplingProfiler;
703 bool profiler = (property_get("dalvik.vm.profiler", prop_buf, "0") > 0) && (prop_buf[0] == '1'); in run_dex2oat() local765 if (profiler && (strcmp(pkgname, "*") != 0)) { in run_dex2oat()
480 <li>{@code --start-profiler <FILE>}: Start profiler and send results to {@code <FILE>}.481 <li>{@code -P <FILE>}: Like <code>--start-profiler</code>,586 <td>Start profiler on {@code <PROCESS>}, write results to {@code <FILE>}.594 <td>Stop profiler on {@code <PROCESS>}.
156 absolute timings from the profiler results (such as, "function X takes 2.5 seconds to run"). The
2279 disk. If a profiler such as MAT (<a href="http://eclipse.org/mat">Memory Analyzer