Searched refs:profiler (Results 1 – 9 of 9) sorted by relevance
23 import dalvik.system.profiler.BinaryHprofWriter;24 import dalvik.system.profiler.SamplingProfiler;
107 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler() function
253 profiler().unionDirty(&dirty); in draw()266 profiler().draw(mCanvas); in draw()
118 if (args->context->profiler().consumeProperties()) { in CREATE_BRIDGE1()411 args->context->profiler().dumpData(args->fd); in CREATE_BRIDGE4()
81 <li>{@code --start-profiler <FILE>}: Start profiler and send results to {@code <FILE>}.82 <li>{@code -P <FILE>}: Like <code>--start-profiler</code>,187 <td>Start profiler on {@code <PROCESS>}, write results to {@code <FILE>}.195 <td>Stop profiler on {@code <PROCESS>}.
124 pthread_t profiler; in getLocalInstance() local125 if (pthread_create(&profiler, NULL, profilerThreadWrapper, NULL) != 0) { in getLocalInstance()
760 bool profiler = (property_get("dalvik.vm.profiler", prop_buf, "0") > 0) && (prop_buf[0] == '1'); in run_dex2oat() local845 if (profiler && (strcmp(pkgname, "*") != 0)) { in run_dex2oat()
156 absolute timings from the profiler results (such as, "function X takes 2.5 seconds to run"). The
2346 disk. If a profiler such as MAT (<a href="http://eclipse.org/mat">Memory Analyzer