/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | stderr.txt.expect | 1 setelementat.rs:21:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 2 setelementat.rs:22:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 3 setelementat.rs:23:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 4 setelementat.rs:24:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 5 setelementat.rs:25:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 6 setelementat.rs:26:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 7 setelementat.rs:27:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 8 setelementat.rs:28:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 9 setelementat.rs:29:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 10 setelementat.rs:30:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… [all …]
|
/frameworks/base/docs/html/tools/performance/ |
D | index.jd | 2 meta.tags="android, develop, performance, profiling, tools, gather" 3 page.tags="android", "develop", "performance", "profiling", "tools" "gather" 4 page.metaDescription=Android Studio profiling tools for evaluating your app's performance. 14 bad display performance, or exhaust the battery. 16 <p>To discover what causes your specific performance problems, you need to 22 visualize the rendering, compute, memory, and battery performance of your 27 <p>Visualize the rendering behavior and performance of your app.</p> 31 data-query="collection:tools/performance/rendering" 39 <p>Visualize the memory behavior and performance of your app.</p> 43 data-query="collection:tools/performance/memory" [all …]
|
D | comparison.jd | 2 meta.tags="android, performance, profiling, tools, memory, memoryleaks, garbagecollection" 3 page.tags="android", "performance", "profiling", "tools", "memory", "memoryleaks", "garbagecollecti… 5 page.image=tools/performance/thumbnails/tools_memory_monitor.png 22 <li><a href="{@docRoot}tools/performance/memory-monitor/index.html"> 24 <li><a href="{@docRoot}tools/performance/heap-viewer/index.html"> 26 <li><a href="{@docRoot}tools/performance/allocation-tracker/index.html"> 37 <a href="{@docRoot}tools/performance/memory-monitor/index.html"> 39 be causing your performance problems.</li> 42 <a href="{@docRoot}tools/performance/heap-viewer/index.html"> 47 <a href="{@docRoot}tools/performance/allocation-tracker/index.html"> [all …]
|
D | importing-legacy-apps.jd | 2 meta.tags="android, performance, profiling, tools" 3 page.tags="android", "performance", "profiling", "tools" 62 <br><img src="{@docRoot}images/tools/performance/import_image001.png"> 67 <br><img src="{@docRoot}images/tools/performance/import_image002.png"> 90 <br><img src="{@docRoot}images/tools/performance/import_image003.png"> 95 <br><img src="{@docRoot}images/tools/performance/import_image004.png"> 101 <br><img src="{@docRoot}images/tools/performance/import_image005.png"> 107 <br><img src="{@docRoot}images/tools/performance/import_image006.png"> 122 <img src="{@docRoot}images/tools/performance/import_image007.png"> 132 <br><img src="{@docRoot}images/tools/performance/import_image008.png"> [all …]
|
/frameworks/base/docs/html/tools/performance/traceview/ |
D | index.jd | 2 meta.tags="android, performance, profiling, tools, compute, traceview" 3 page.tags="android", "performance", "profiling", "tools", "compute", "traceview" 4 …ct execution data, per-thread timelines, and call stacks to track down performance issues in your … 5 page.image=tools/performance/thumbnails/tools_traceview.png 29 <li><a href="{@docRoot}tools/performance/heap-viewer/index.html"> 31 <li><a href="{@docRoot}tools/performance/systrace/index.html"> 43 <li>Tracking down performance problems in your source code.</li> 66 <img src="{@docRoot}images/tools/performance/traceview/gettingstarted_image001.png" 89 <img src="{@docRoot}images/tools/performance/traceview/gettingstarted_image002.png" 115 <img src="{@docRoot}images/tools/performance/traceview/gettingstarted_image004.png" [all …]
|
/frameworks/base/docs/html/tools/performance/allocation-tracker/ |
D | index.jd | 2 meta.tags="android, performance, profiling, tools, memoryleaks, memoryheap" 3 page.tags="android", "performance", "profiling", "tools", "memoryleaks", "memoryheap" 5 page.image=tools/performance/thumbnails/tools_allocation_tracker.png 31 <li><a href="{@docRoot}tools/performance/heap-viewer/index.html"> 33 <li><a href="{@docRoot}tools/performance/memory-monitor/index.html"> 35 <li><a href="{@docRoot}tools/performance/comparison.html"> 37 <li><a href="{@docRoot}tools/performance/traceview/index.html"> 58 <a href="{@docRoot}tools/performance/memory-monitor/index.html">Memory 60 <a href="{@docRoot}tools/performance/heap-viewer/index.html">Heap 89 <img src="{@docRoot}images/tools/performance/allocation-tracker/gettingstarted_image01.png" [all …]
|
/frameworks/base/docs/html/tools/performance/systrace/ |
D | index.jd | 2 meta.tags="android, performance, profiling, tools, compute, systrace" 3 page.tags="android", "performance", "profiling", "tools", "compute", "systrace" 4 page.metaDescription=Collect system and application process execution data to identify performance … 5 page.image=tools/performance/thumbnails/tools_systrace.png 29 <li><a href="{@docRoot}tools/performance/traceview/index.html"> 31 <li><a href="{@docRoot}tools/performance/allocation-tracker/index.html"> 46 <li>Evaluating container performance.</li> 48 <li>Finding performance bottlenecks in the execution of your code.</li> 76 <img src="{@docRoot}images/tools/performance/systrace/gettingstarted_image001.png" 99 <img src="{@docRoot}images/tools/performance/systrace/gettingstarted_image003.png" [all …]
|
/frameworks/base/docs/html/tools/performance/memory-monitor/ |
D | index.jd | 2 meta.tags="android, performance, profiling, tools, memory, memoryleaks, garbagecollection, memorymo… 3 page.tags="android", "performance", "profiling", "tools", "memory", "memoryleaks", "garbagecollecti… 5 page.image=tools/performance/thumbnails/tools_memory_monitor.png 29 <li><a href="{@docRoot}tools/performance/heap-viewer/index.html"> 31 <li><a href="{@docRoot}tools/performance/allocation-tracker/index.html"> 33 <li><a href="{@docRoot}tools/performance/comparison.html"> 35 <li><a href="{@docRoot}tools/performance/traceview/index.html"> 77 <img src="{@docRoot}images/tools/performance/memory-monitor/gettingstarted_image001.png" 103 <img src="{@docRoot}images/tools/performance/memory-monitor/gettingstarted_image003.png" 136 <img src="{@docRoot}images/tools/performance/memory-monitor/gettingstarted_image005.png" [all …]
|
/frameworks/base/docs/html/tools/performance/hierarchy-viewer/ |
D | profiling.jd | 2 meta.tags="android, performance, profiling, tools, rendering, hierarchyviewer 3 page.tags="android", "performance", "profiling", "tools", "rendering", "hierarchyviewer" 5 page.image=tools/performance/thumbnails/tools_hierarchy_viewer_profiling.png 36 <li><a href="{@docRoot}tools/performance/hierarchy-viewer/setup.html"> 38 <li><a href="{@docRoot}tools/performance/hierarchy-viewer/index.html"> 51 <img src="{@docRoot}images/tools/performance/hierarchy-viewer/gettingstarted_image014.png" 65 <img src="{@docRoot}images/tools/performance/hierarchy-viewer/gettingstarted_image013.png"> 90 <img src="{@docRoot}images/tools/performance/hierarchy-viewer/gettingstarted_image015.png" 102 <li>The color of the dots indicates the relative performance 123 <p>Hierarchy Viewer measures the <em>relative performance</em> of a [all …]
|
D | index.jd | 2 meta.tags="android, performance, profiling, tools, rendering, hierarchyviewer" 3 page.tags="android", "performance", "profiling", "tools", "rendering", "hierarchyviewer" 5 page.image=tools/performance/thumbnails/tools_hierarchy_viewer.png 29 <li><a href="{@docRoot}tools/performance/hierarchy-viewer/setup.html"> 31 <li><a href="{@docRoot}tools/performance/hierarchy-viewer/profiling.html"> 37 <li><a href="{@docRoot}tools/performance/importing-legacy-apps.html"> 55 … <li>Finding potential rendering performance bottlenecks related to the structure and shape of your 73 …<a href="{@docRoot}tools/performance/hierarchy-viewer/setup.html">Device Setup for Hierarchy Viewe… 90 <img src="{@docRoot}images/tools/performance/hierarchy-viewer/gettingstarted_image001.png" 115 <img src="{@docRoot}images/tools/performance/hierarchy-viewer/gettingstarted_image005.png" [all …]
|
D | setup.jd | 2 meta.tags="android, performance, profiling, tools, rendering, hierarchyviewer" 3 page.tags="android", "performance", "profiling", "tools", "rendering", "hierarchyviewer" 5 page.image=tools/performance/thumbnails/tools_hierarchy_viewer.png 14 <li><a href="{@docRoot}tools/performance/hierarchy-viewer/index.html"> 16 <li><a href="{@docRoot}tools/performance/hierarchy-viewer/profiling.html">
|
/frameworks/base/docs/html/tools/performance/heap-viewer/ |
D | index.jd | 2 meta.tags="android, performance, profiling, tools, memory, memoryleaks, memoryheap" 3 page.tags="android", "performance", "profiling", "tools", "memory", "memoryleaks", "memoryheap" 5 page.image=tools/performance/thumbnails/tools_heap_viewer.png 29 <li><a href="{@docRoot}tools/performance/memory-monitor/index.html"> 31 <li><a href="{@docRoot}tools/performance/allocation-tracker/index.html"> 33 <li><a href="{@docRoot}tools/performance/comparison.html"> 35 <li><a href="{@docRoot}tools/performance/traceview/index.html"> 74 <img src="{@docRoot}images/tools/performance/heap-viewer/gettingstarted_image01.png" 102 <img src="{@docRoot}images/tools/performance/heap-viewer/gettingstarted_image02.png" 120 <img src="{@docRoot}images/tools/performance/heap-viewer/gettingstarted_image03.png" [all …]
|
/frameworks/base/docs/html/tools/performance/debug-gpu-overdraw/ |
D | index.jd | 2 meta.tags="android, performance, profiling, tools, rendering, overdraw" 3 page.tags="android", "performance", "profiling", "tools", "rendering", "overdraw" 5 page.image=tools/performance/thumbnails/tools_debug_gpu_overdraw.png 30 <li><a href="{@docRoot}tools/performance/profile-gpu-rendering/index.html"> 32 <li><a href="{@docRoot}tools/performance/hierarchy-viewer/index.html"> 67 src="{@docRoot}images/tools/performance/debug-gpu-overdraw/gettingstarted_image01.png" 90 src="{@docRoot}images/tools/performance/debug-gpu-overdraw/gettingstarted_image02.png" 110 src="{@docRoot}images/tools/performance/debug-gpu-overdraw/gettingstarted_image03.png" 140 src="{@docRoot}images/tools/performance/debug-gpu-overdraw/gettingstarted_image04.png"
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | index.jd | 40 SDK includes tools to help you identify problems in your layout performance, which when combined the 51 if too complex can also cause performance problems. This lesson shows how you can use SDK tools 52 to inspect your layout and discover performance bottlenecks.</dd> 60 This lesson shows how you can improve your layout's initialization performance by loading 64 data-heavy content in each list item, the scroll performance of the list might suffer. This 65 lesson provides some tips about how you can make your scrolling performance more smooth.</dd>
|
D | optimizing-layout.jd | 58 bottlenecks in the layout performance.</p> 62 Layout and Draw performance, helping you identify potential issues.</p> 67 times—such as this one—are optimized as the performance 88 performance times.</p> 106 <p>Because the layout performance above slows down due to a nested {@link 107 android.widget.LinearLayout}, the performance might improve by flattening the layout—make 145 …r performance. Consider using flatter layouts such as {@link android.widget.RelativeLayout} or {@l…
|
/frameworks/base/docs/html/tools/performance/batterystats-battery-historian/ |
D | index.jd | 2 meta.tags="android, performance, profiling, tools, battery, batterystats, historian, batterydrain 3 page.tags="android", "performance", "profiling", "tools", "battery", "batterystats", "historian", "… 5 page.image=tools/performance/thumbnails/tools_battery_historian.png 15 <li><a href="{@docRoot}tools/performance/batterystats-battery-historian/charts.html"> 17 <li><a href="{@docRoot}tools/performance/systrace/index.html"> 89 …<br><img src="{@docRoot}images/tools/performance/batterystats-battery-historian/gettingstarted_ima… 115 …<li>Continue with <a href="{@docRoot}tools/performance/batterystats-battery-historian/charts.html"> 120 …<img src="{@docRoot}images/tools/performance/batterystats-battery-historian/gettingstarted_image02…
|
D | charts.jd | 2 meta.tags="android, performance, profiling, tools, battery, historian, batterydrain 3 page.tags="android", performance", "profiling", "tools", "battery", "historian" "batterydrain" 5 page.image=tools/performance/thumbnails/tools_battery_historian.png 20 <li><a href="{@docRoot}tools/performance/batterystats-battery-historian/index.html"> 22 <li><a href="{@docRoot}tools/performance/systrace/index.html"> 37 …<img src="{@docRoot}images/tools/performance/batterystats-battery-historian/gettingstarted_image02… 94 <img src="{@docRoot}images/tools/performance/batterystats-battery-historian/gettingstarted_image03.…
|
/frameworks/base/docs/html/preview/testing/ |
D | performance.jd | 3 page.keywords=performance, fps, tools 18 <li><a href="#diagnose">Diagnosing performance regressions</a></li> 35 User interface (UI) performance testing ensures that your app not only meets its functional 40 document explains tools available to measure UI performance, and lays out an approach to 41 integrate UI performance measurements into your testing practices. 48 In order to improve performance you first need the ability to measure the performance of 57 performance information relating to frames of animation that are occurring during the recording 91 These high level statistics convey at a high level the rendering performance of the app, as well 144 an outlier from normal performance, where it is expected that layout & draw take longer 418 <h3 id="diagnose">Diagnosing performance regressions</h3> [all …]
|
/frameworks/base/docs/html/tools/performance/profile-gpu-rendering/ |
D | index.jd | 2 meta.tags="android, performance, profiling, tools, rendering, gpu" 3 page.tags="android", "performance", "profiling", "tools", "rendering", "gpu" 5 page.image=tools/performance/thumbnails/tools_profile_gpu_rendering.png 29 <li><a href="{@docRoot}tools/performance/debug-gpu-overdraw/index.html"> 31 <li><a href="{@docRoot}tools/performance/hierarchy-viewer/index.html"> 70 src="{@docRoot}images/tools/performance/profile-gpu-rendering/gettingstarted_image001.png" 95 src="{@docRoot}images/tools/performance/profile-gpu-rendering/gettingstarted_image002.png" 112 from left to right, graphing frame performance over time.</li> 130 src="{@docRoot}images/tools/performance/profile-gpu-rendering/gettingstarted_image003.png"
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | index.jd | 14 href="http://android-developers.blogspot.com/2013/01/evolution-of-renderscript-performance.html"> 17 of Android 4.2, it’s a good time to talk about the performance work that we’ve done 18 since then. One of the major goals of this past year was to improve the performance
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/ |
D | package-info.java | 4 package android.filterpacks.performance;
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | overview.jd | 58 the drawing done by the Canvas APIs to further increase their performance.</dd> 64 you desire platform independence and don't demand high performance. There is a performance hit in 67 performance using the framework APIs. For example, the Google Body app is developed entirely
|
/frameworks/compile/libbcc/ |
D | README.rst | 16 performance *at the same time*. libbcc attempts to address these 41 steady-state performance: 50 if the given apps are performance-sensitive. Thus, we implemented 52 steady-state performance. 74 * For steady-state performance, we enable VFP3 and aggressive
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | Throughput.java | 18 package androidx.media.filterpacks.performance;
|
/frameworks/base/media/tests/players/ |
D | README | 3 For functional/system/performance tests, a native test player can be used.
|