/external/llvm-project/clang-tools-extra/clang-tidy/performance/ |
D | PerformanceTidyModule.cpp | 30 namespace performance { namespace 36 "performance-faster-string-find"); in addCheckFactories() 38 "performance-for-range-copy"); in addCheckFactories() 40 "performance-implicit-conversion-in-loop"); in addCheckFactories() 42 "performance-inefficient-algorithm"); in addCheckFactories() 44 "performance-inefficient-string-concatenation"); in addCheckFactories() 46 "performance-inefficient-vector-operation"); in addCheckFactories() 48 "performance-move-const-arg"); in addCheckFactories() 50 "performance-move-constructor-init"); in addCheckFactories() 52 "performance-no-automatic-move"); in addCheckFactories() [all …]
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | PERFORMANCE.README | 1 GENERAL INFORMATION ON PERFORMANCE TESTS 4 The following performance tests were based on two file sets: the 7 The Ubuntu liveCD filesystem was used to test filesystem performance 9 CRAMFS filesystem performance could not be tested for this filesystem 11 CRAMFS performance against Squashfs, the liveCD filesystem from 20 1. Ubuntu liveCD performance tests 28 1.1 Performance tests from CDROM 30 1.1.1 Directory Lookup performance 40 1.1.2 Sequential I/O performance 50 1.1.3 Random I/O performance [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | performance-no-int-to-ptr.c | 1 // RUN: %check_clang_tidy %s performance-no-int-to-ptr %t 5 … warning: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr] in t0() 9 … warning: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr] in t1() 13 … warning: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr] in t2() 18 … warning: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr] in t3() 22 … warning: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr] in t4() 26 … warning: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr] in t5() 31 … warning: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr] in t6() 35 … warning: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr] in t7() 39 … warning: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr] in t8() [all …]
|
D | performance-unnecessary-value-param-header.cpp | 3 // RUN: cp %S/Inputs/performance-unnecessary-value-param/header.h %t/header.h 4 // RUN: %check_clang_tidy -std=c++11 %s performance-unnecessary-value-param %t/temp -- -- -I %t 5 // RUN: diff %t/header.h %S/Inputs/performance-unnecessary-value-param/header-fixed.h 13 … only used as a const reference; consider making it a const reference [performance-unnecessary-val… in f1() 14 … only used as a const reference; consider making it a const reference [performance-unnecessary-val… in f1() 19 … only used as a const reference; consider making it a const reference [performance-unnecessary-val… in f2()
|
/external/tensorflow/tensorflow/lite/g3doc/ |
D | _book.yaml | 137 - heading: "Performance" 139 path: /lite/performance/best_practices 141 path: /lite/performance/measurement 143 path: /lite/performance/delegates 145 path: /lite/performance/gpu 147 path: /lite/performance/gpu_advanced 149 path: /lite/performance/nnapi 151 path: /lite/performance/hexagon_delegate 153 path: /lite/performance/coreml_delegate 155 path: /lite/performance/implementing_delegate [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | brw_ir_performance.h | 34 * Various estimates of the performance of a shader based on static 37 struct performance { struct 38 performance(const fs_visitor *v); 39 performance(const vec4_visitor *v); 40 ~performance(); 73 * performance doesn't scale without limits as a function of its thread argument 80 performance(const performance &perf); argument 81 performance & 82 operator=(performance u); argument
|
/external/icu/icu4c/source/test/perf/ |
D | README | 7 README for ICU4C Performance Test 10 The performance tests in ICU4C compares various aspects of ICU against previous versions of ICU, 12 performance tests are driven by a perl-based script which calls the underlying C program and 26 Running Performance Test: 33 3) Build the ICU performance tests either through Visual Studios or with the Makefile. 34 (The location of the performance test is: icu/source/test/perf) 39 b) Path to the performance test data 57 Note: After building the performance tests, it is a good idea to execute each C program to ensure t… 59 Note: To run the actual performance test, you will need to setup Perl with the following modules: 62 …s take a while depending on the machine it is running on so a script to run each performance test's
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.txt | 19 Performance tests 22 in performance test cases. 25 Measuring performance: 27 Performance test cases must satisfy following conditions: 29 + Result should represent the performance of the tested feature or use case. 45 performance is expected to vary between iterations (due to undeterministic 48 the performance is more important from user experience perspective. 75 * Minimum and maximum computed performance 76 * Average computed performance 81 Shader execution tests measure the performance of single pair of vertex and [all …]
|
D | performance.texture.format.txt | 19 Texture format performance tests 22 + dEQP-GLES2.performance.texture.format.* 25 + Texture lookup performance with all uncompressed texture formats 31 + Performance of other filtering or wrap modes 32 - Covered performance.texture.filtering and performance.texture.wrap 36 Test cases measure performance of 2D and cubemap texture lookups without 56 See performance.txt for more details on shader performance testing.
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.txt | 19 Performance tests 22 in performance test cases. 25 Measuring performance: 27 Performance test cases must satisfy following conditions: 29 + Result should represent the performance of the tested feature or use case. 45 performance is expected to vary between iterations (due to undeterministic 48 the performance is more important from user experience perspective. 75 * Minimum and maximum computed performance 76 * Average computed performance 81 Shader execution tests measure the performance of single pair of vertex and [all …]
|
D | performance.buffer.data_upload.txt | 19 Buffer upload performance tests 22 + dEQP-GLES3.performance.buffer.data_upload.* 25 + Memcpy performance tests for reference values 26 + Performance of glBufferData and glBufferSubData 40 + Buffer mapping performance 61 + Buffer upload performance after a draw call using the target buffer 64 + Uploaded buffer rendering performance tests 69 + Sustained upload performance tests 73 Upload performance tests approximate upload speed by testing time usage of different 101 reference value. "small_buffers" test case tests memcpy performance with transfer size [all …]
|
/external/autotest/client/site_tests/longevity_Tracker/ |
D | longevity_Tracker.py | 135 """Record attribute performance measurements, and write to file. 137 @param perf_values: dict of attribute performance values. 138 @param perf_writer: file to write performance measurements. 140 # Get performance measurements. 150 # Write performance measurements to perf timestamped file. 157 """Record 90th percentile metric of attribute performance values. 159 @param perf_values: dict attribute performance values. 160 @param perf_metrics: dict attribute 90%-ile performance metrics. 169 logging.info('== Performance values: %s', perf_values) 173 # Append 90th percentile to each attribute performance metric. [all …]
|
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
D | enterprise_LongevityTrackerServer.py | 40 Run Longevity Test: Collect performance data over long duration. 88 @param chart_data: performance results formatted as chart data. 146 @param perf_results: dict of attribute performance metrics. 160 @param perf_results: dict of attribute performance metrics. 176 Record attribute performance measurements, and write to file. 178 @param perf_values: dict of attribute performance values. 179 @param perf_writer: file to write performance measurements. 182 # Get performance measurements. 195 # Write performance measurements to perf timestamped file. 225 Track performance of Chrome OS over a long period of time. [all …]
|
D | enterprise_longevity_helper.py | 166 @param ts_file: file handle for performance timestamped file. 167 @param ag_file: file handle for performance aggregated file. 182 @param aggregated_fpath: file path to Aggregated performance values. 191 """Record 90th percentile metric of attribute performance values. 193 @param perf_values: dict attribute performance values. 194 @param perf_metrics: dict attribute 90%-ile performance metrics. 204 logging.info('Performance values: %s', perf_values) 208 # Append 90th percentile to each attribute performance metric. 216 Returns median of each attribute performance metric. 220 @param metrics: dict of attribute performance metric lists. [all …]
|
/external/grpc-grpc/tools/internal_ci/linux/ |
D | grpc_full_performance_master.sh | 27 …--remote_worker_host grpc-kokoro-performance-server-8core grpc-kokoro-performance-client-8core grp… 41 …--remote_worker_host grpc-kokoro-performance-server-32core grpc-kokoro-performance-client-32core g… 54 --remote_worker_host grpc-kokoro-performance-windows1 grpc-kokoro-performance-windows2 \
|
D | grpc_full_performance_release.sh | 27 …--remote_worker_host grpc-kokoro-performance-server-8core grpc-kokoro-performance-client-8core grp… 41 …--remote_worker_host grpc-kokoro-performance-server-32core grpc-kokoro-performance-client-32core g… 54 --remote_worker_host grpc-kokoro-performance-windows1 grpc-kokoro-performance-windows2 \
|
/external/autotest/server/site_tests/network_WiFi_AssocConfigPerformance/ |
D | network_WiFi_AssocConfigPerformance.py | 14 """Test for performance of discovery, association, and configuration, and 16 Measure and report the performance of the suspend/resume cycle. 31 """Output a summary of performance to logs and to perf value json 33 @param descript: string description of the performance numbers, 80 WiFi connection, and report the performance of that resume. 123 # Measure performance for each HostapConfig 125 # need to track the performance numbers for each operation 138 # process reported performance to group the numbers by step 143 # report the performance from the connect_disconnect 158 # process reported performance to group the numbers by step [all …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pPerformanceTests.cpp | 21 * \brief Performance tests. 44 namespace Performance namespace 53 : TestCaseGroup(context, "texture", "Texture Performance Tests") in TextureTestGroup() 71 : TestCaseGroup(context, "shader", "Shader Performance Tests") in ShadersTestGroup() 88 : TestCaseGroup(context, "api", "API Performance Tests") in APITests() 106 : TestCaseGroup(context, "buffer", "Buffer Performance Tests") in BufferTestGroup() 119 : TestCaseGroup(context, "performance", "Performance Tests") in PerformanceTests() 138 } // Performance
|
/external/llvm-project/polly/www/ |
D | performance.html | 6 <title>Polly - Performance</title> 14 <h1>Performance</h1> 16 <p>To evaluate the performance benefits Polly currently provides we compiled the 30 far from perfect. Another area where we expect larger performance improvements 32 performance improvements, as we did not yet include vectorization in our 52 <img src="images/performance/sequential-small.png" /><br /> 54 <img src="images/performance/sequential-large.png" /> 62 <img src="images/performance/parallel-small.png" /><br /> 64 <img src="images/performance/parallel-large.png" />
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | to_addr_builtin.cl | 48 …non-generic address space pointer to to_global may cause dynamic conversion affecting performance}} 57 …on-generic address space pointer to to_private may cause dynamic conversion affecting performance}} 67 … non-generic address space pointer to to_local may cause dynamic conversion affecting performance}} 75 …non-generic address space pointer to to_global may cause dynamic conversion affecting performance}} 82 …on-generic address space pointer to to_private may cause dynamic conversion affecting performance}} 91 … non-generic address space pointer to to_local may cause dynamic conversion affecting performance}} 98 …non-generic address space pointer to to_global may cause dynamic conversion affecting performance}} 106 …on-generic address space pointer to to_private may cause dynamic conversion affecting performance}} 114 … non-generic address space pointer to to_local may cause dynamic conversion affecting performance}} 122 …non-generic address space pointer to to_global may cause dynamic conversion affecting performance}} [all …]
|
/external/llvm-project/libc/benchmarks/ |
D | RATIONALE.md | 5 Microbenchmarks are valuable tools to assess and compare the performance of 19 2. **Representativeness**: Benchmark performance metrics should be broadly 44 - [Performance 53 In theory **Performance Counters** provide cycle accurate measurement via the 57 ### Performance counters and modern processor architecture 69 ### Performance counters semantics inconsistencies and availability 71 Although they have the same name, the exact semantics of performance counters 73 micro-architectures exposing the same performance counters.** 75 Each vendor decides which performance counters to implement and their exact 83 - Reading performance counters is done through Kernel [System [all …]
|
/external/angle/src/tests/perf_tests/ |
D | README.md | 1 # ANGLE Performance Tests 5 …wn dashboards. For example, a comparison of ANGLE's back-end draw call performance on Windows NVID… 19 …skip the driver entirely. These null configs are useful for diagnosing performance overhead in ANG… 58 * [`UniformsBenchmark`](UniformsPerf.cpp): Tests performance of updating various uniforms counts fo… 64 * [`BindingsBenchmark`](BindingPerf.cpp): Tests Buffer binding performance. Does no draw call opera… 67 * [`TexSubImageBenchmark`](TexSubImage.cpp): Tests `glTexSubImage` update performance. 68 * [`BufferSubDataBenchmark`](BufferSubData.cpp): Tests `glBufferSubData` update performance. 69 * [`TextureSamplingBenchmark`](TextureSampling.cpp): Tests Texture sampling performance. 70 * [`TextureBenchmark`](TexturesPerf.cpp): Tests Texture state change performance. 71 * [`LinkProgramBenchmark`](LinkProgramPerfTest.cpp): Tests performance of `glLinkProgram`.
|
/external/deqp/modules/gles2/performance/ |
D | es2pPerformanceTests.cpp | 21 * \brief Performance tests. 44 namespace Performance namespace 53 : TestCaseGroup(context, "texture", "Texture Performance Tests") in TextureTestGroup() 72 : TestCaseGroup(context, "shader", "Shader Performance Tests") in ShadersTestGroup() 89 : TestCaseGroup(context, "api", "API Performance Tests") in APITestGroup() 105 : TestCaseGroup(context, "performance", "Performance Tests") in PerformanceTests() 122 } // Performance
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | overview_page.proto | 39 // Remark text in the performance summary section. 68 // Overview result for a performance tip to users. 75 // Indicates if kernel launch is a performance bottleneck. Possible values: 79 // performance. 81 // Indicates if all other is a performance bottleneck. Possible values: "no", 85 // performance. 90 // Indicates if device collectives are a performance bottleneck. Possible 94 // device-collectives performance. 100 // Possible performance bottleneck: "host", "device", "both". 120 // A list of tips for improving host performance. [all …]
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | measurement.md | 1 # Performance measurement 6 the following important performance metrics: 15 native command-line binaries, and they all share the same core performance 94 for more performance parameters that you could run with the benchmark app. 156 differences in performance relative to execution within an actual Android app. 161 Therefore, the Android benchmark app is preferred for performance measurement. 185 ### Native benchmark binary for multiple performance options in a single run 188 …ultiple performance options](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/… 190 that could only benchmark a single performance option at a time. They share the 196 A comma-separated list of TFLite performance options to benchmark. [all …]
|