Searched refs:performance (Results 1 – 25 of 236) sorted by relevance
12345678910
/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/topic/performance/ |
D | index.jd | 3 …=Improve your app's performance by learning how to optimize power consumption, launch times, and o… 5 meta.tags="performance" 6 page.tags="performance" 13 but it's just the beginning. The next step is maximizing your app's performance. 32 data-query="collection:develop/performance/landing"
|
D | performance_toc.cs | 1912 "How to keep your app's memory footprint small in order to improve performance 1927 "How to identify problems in your app's layout performance and improve the UI 1967 <a href="<?cs var:toroot ?>training/performance/battery/network/index.html"> 1972 <li><a href="<?cs var:toroot ?>training/performance/battery/network/gather-data.html"> 1976 … <li><a href="<?cs var:toroot ?>training/performance/battery/network/analyze-data.html"> 1980 … <li><a href="<?cs var:toroot ?>training/performance/battery/network/action-user-traffic.html"> 1984 … <li><a href="<?cs var:toroot ?>training/performance/battery/network/action-app-traffic.html"> 1988 … <li><a href="<?cs var:toroot ?>training/performance/battery/network/action-server-traffic.html"> 1992 … <li><a href="<?cs var:toroot ?>training/performance/battery/network/action-any-traffic.html"> 2032 "How to improve the performance and scalability of long-running operations by [all …]
|
D | network-xfer.jd | 2 page.metaDescription=Improve network performance by optimizing image size. 4 meta.tags="performance" 5 page.tags="performance" 97 <img src="{@docRoot}topic/performance/images/beforeafterindexed.png"> 107 <img src="{@docRoot}topic/performance/images/palette.png"> 137 <img src="{@docRoot}topic/performance/images/vq.gif"> 155 <img src="{@docRoot}topic/performance/images/parrot.png"> 248 <img src="{@docRoot}topic/performance/images/comparison.png"> 269 <img src="{@docRoot}topic/performance/images/decisions.png"> 329 <img src="{@docRoot}topic/performance/images/moarparrots.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/topic/performance/rendering/ |
D | overdraw.jd | 2 page.metaDescription=Improve performance by reducing unnecessary rendering. 4 meta.tags="performance" 5 page.tags="performance" 31 eliminated. It manifests itself as a performance problem by wasting GPU time to 62 affecting your app's performance. These tools are available right on the device, 74 more likely it is that overdraw affects your app's performance. 81 <a href="https://io2015codelabs.appspot.com/codelabs/android-performance-debug-gpu-overdraw#1"> 140 performance. An unnecessary background may never be visible because it's 161 design. However, doing so can degrade performance by resulting in overdraw, 167 If you encounter this sort of issue, you may be able to improve performance by [all …]
|
D | optimizing-view-hierarchies.jd | 36 have a substantial impact on your app’s performance. This page describes how to 53 performance. However, it can be greater when an app adds or removes View 110 with much-improved performance. This class uses its own constraint-solving 142 The more levels your view hierarchy has, the greater the potential performance 168 Multiple layout-and-measure passes are not, in themselves, a performance burden. 184 Layout performance is a complex problem with many facets. There are a couple of 185 tools that can give you solid indications about where performance bottlenecks 195 One tool that provides excellent data about performance is <a 199 specifically where performance bottlenecks arise. For more information about 208 performance bottlenecks is the on-device <a [all …]
|
D | profile-gpu.jd | 2 page.metaDescription=Use the Profile GPU tool to help you optimize your app's rendering performance. 58 can know what to optimize to improve your app's rendering performance. 80 <img src="{@docRoot}topic/performance/images/bars.png"> 94 <img src="{@docRoot}topic/performance/images/s-profiler-legend.png"> 102 app to try to optimize its rendering performance. 193 <a href="/topic/performance/optimizing-view-hierarchies.html#double"> 195 hierarchy. In either of these cases, addressing performance involves 196 <a href="/topic/performance/optimizing-view-hierarchies.html">improving 197 the performance of your view hierarchies</a>. 204 can also cause performance [all …]
|
D | index.jd | 5 page.metaDescription=Learn how to optimize your app's rendering performance. 24 performance: reducing overdraw, optimizing view hierarchies, and taking
|
/frameworks/base/docs/html/training/testing/ |
D | performance.jd | 4 page.keywords=performance, fps, tools 19 <li><a href="#diagnose">Diagnosing performance regressions</a></li> 37 User interface (UI) performance testing ensures that your app not only meets its functional 42 document explains tools available to measure UI performance, and lays out an approach to 43 integrate UI performance measurements into your testing practices. 50 In order to improve performance you first need the ability to measure the performance of 59 performance information relating to frames of animation that are occurring during the recording 93 These high level statistics convey at a high level the rendering performance of the app, as well 146 an outlier from normal performance, where it is expected that layout & draw take longer 362 <img src="{@docRoot}images/performance-testing/perf-test-framestats.png"> [all …]
|
/frameworks/base/docs/html/topic/performance/power/network/ |
D | analyze-data.jd | 21 collected and directs you to actions for improving your app's networking performance and 46 <img src="{@docRoot}images/training/performance/suboptimal_network_traffic_pattern.png" 59 <img src="{@docRoot}images/training/performance/optimal_network_traffic_pattern.png" 69 …"{@docRoot}training/performance/battery/network/action-any-traffic.html">Optimizing General Network 88 actions you can take to improve performance. 95 <img src="{@docRoot}images/training/performance/network_traffic_colors.png" /> 104 …"{@docRoot}training/performance/battery/network/gather-data.html#constants">constants you defined<… 139 … <a href="{@docRoot}training/performance/battery/network/action-user-traffic.html#pre-fetch-data"> 146 … <a href="{@docRoot}training/performance/battery/network/action-user-traffic.html#check-or-listen"> 152 …<a href="{@docRoot}training/performance/battery/network/action-user-traffic.html#reduce-connection… [all …]
|
/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/docs/html/topic/performance/power/ |
D | battery-historian.jd | 2 page.metaDescription=Improve network performance by optimizing image size. 72 <img src="{@docRoot}topic/performance/images/generic-timeline.png"> 90 <img src="{@docRoot}topic/performance/images/s-generic-closeup.png"> 143 <img src="{@docRoot}topic/performance/images/app-rankings.png"> 160 <img src="{@docRoot}topic/performance/images/dropdown.png"> 182 behavior for improved battery performance. 207 <img src="{@docRoot}topic/performance/images/pug-visualization.png"> 212 <img src="{@docRoot}topic/performance/images/pugspecificdata.png">
|
D | index.jd | 4 meta.tags="performance" 5 page.tags="performance" 84 <a href="/topic/performance/scheduling.html">Intelligent Job Scheduling</a> 85 and <a href="/performance/power/network/index.html"> 118 data-query="collection:develop/performance/landing"
|
/frameworks/base/docs/html/training/ |
D | training_toc.cs | 1868 "How to keep your app's memory footprint small in order to improve performance 1889 "How to identify problems in your app's layout performance and improve the UI 1929 <a href="<?cs var:toroot ?>training/performance/battery/network/index.html"> 1934 <li><a href="<?cs var:toroot ?>training/performance/battery/network/gather-data.html"> 1938 … <li><a href="<?cs var:toroot ?>training/performance/battery/network/analyze-data.html"> 1942 … <li><a href="<?cs var:toroot ?>training/performance/battery/network/action-user-traffic.html"> 1946 … <li><a href="<?cs var:toroot ?>training/performance/battery/network/action-app-traffic.html"> 1950 … <li><a href="<?cs var:toroot ?>training/performance/battery/network/action-server-traffic.html"> 1954 … <li><a href="<?cs var:toroot ?>training/performance/battery/network/action-any-traffic.html"> 1994 "How to improve the performance and scalability of long-running operations by [all …]
|
D | best-background.jd | 8 application's performance and minimize its drain on the battery.</p>
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/ |
D | package-info.java | 4 package android.filterpacks.performance;
|
D | Throughput.java | 18 package android.filterpacks.performance;
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | manifest-receivers.jd | 24 <li><a href="/topic/performance/background-optimization.html">Background Optimizations</a> 25 <li><a href="/topic/performance/scheduling.html">Intelligent Job-Scheduling</a> 52 <a href="{@docRoot}topic/performance/background-optimization.html">Background Optimizations</a>.
|
/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.
|
/frameworks/base/docs/html/distribute/analyze/ |
D | improve-roi.jd | 2 …mbine the power of Analytics with other data sources to understand the performance of each of your… 27 unbiased view of the performance of each network: from cost per download to 73 When analyzing networks’ performance, it's important to take into 119 Analytics provides a holistic view of your campaign performance from
|
12345678910