/external/mesa3d/src/intel/compiler/ |
D | brw_ir_performance.h | 37 struct performance { struct 38 performance(const fs_visitor *v); 39 performance(const vec4_visitor *v); 40 ~performance(); 80 performance(const performance &perf); argument 81 performance & 82 operator=(performance u); argument
|
/external/grpc-grpc/tools/internal_ci/linux/ |
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 \
|
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 \
|
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/ |
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…
|
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…
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | performance-implicit-cast-in-loop.rst | 3 .. title:: clang-tidy - performance-implicit-cast-in-loop 5 :http-equiv=refresh: 5;URL=performance-implicit-conversion-in-loop.html 7 performance-implicit-cast-in-loop 10 This check has been renamed to `performance-implicit-conversion-in-loop 11 <performance-implicit-conversion-in-loop.html>`_.
|
D | clang-analyzer-optin.performance.GCDAntipattern.rst | 1 .. title:: clang-tidy - clang-analyzer-optin.performance.GCDAntipattern 3 clang-analyzer-optin.performance.GCDAntipattern 6 Check for performance anti-patterns when using Grand Central Dispatch
|
D | hicpp-noexcept-move.rst | 3 :http-equiv=refresh: 5;URL=performance-noexcept-move-constructor.html 8 This check is an alias for `performance-noexcept-move-constructor <performance-noexcept-move-constr…
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | PERFORMANCE.README | 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 30 1.1.1 Directory Lookup performance 40 1.1.2 Sequential I/O performance 50 1.1.3 Random I/O performance 66 1.2.1 Directory Lookup performance 76 1.2.2 Sequential I/O performance [all …]
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-tls/mount-origin/ |
D | example.js | 5 if ( performance && performance.timing.nextHopProtocol ) { 6 transport_protocol = performance.timing.nextHopProtocol; 11 var p = performance.getEntriesByType("resource");
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-generic-sessions/mount-origin/ |
D | example.js | 5 if ( performance && performance.timing.nextHopProtocol ) { 6 transport_protocol = performance.timing.nextHopProtocol; 11 var p = performance.getEntriesByType("resource");
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/mount-origin/ |
D | example.js | 5 if (performance && performance.timing.nextHopProtocol) { 6 transport_protocol = performance.timing.nextHopProtocol; 10 var p = performance.getEntriesByType("resource");
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-mem/mount-origin/ |
D | example.js | 5 if ( performance && performance.timing.nextHopProtocol ) { 6 transport_protocol = performance.timing.nextHopProtocol; 11 var p = performance.getEntriesByType("resource");
|
/external/deqp/doc/testspecs/GLES2/ |
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 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.
|
D | performance.texture.upload.txt | 19 Texture upload performance tests 22 + dEQP-GLES2.performance.texture.upload.* 42 Texture upload performance cases measure the performance of texture upload 54 See performance.txt for more details on performance testing.
|
D | performance.txt | 22 in performance test cases. 25 Measuring performance: 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 92 Test cases that measure fragment-side performance must make sure fragments
|
/external/rust/crates/grpcio-sys/grpc/test/ |
D | .clang-tidy | 2 …aces,google-build-explicit-make-pair,readability-function-size,performance-*,-performance-unnecess… 3 …aces,google-build-explicit-make-pair,readability-function-size,performance-*,-performance-unnecess…
|
/external/grpc-grpc/test/ |
D | .clang-tidy | 2 …aces,google-build-explicit-make-pair,readability-function-size,performance-*,-performance-unnecess… 3 …aces,google-build-explicit-make-pair,readability-function-size,performance-*,-performance-unnecess…
|
/external/skia/tools/perf-canvaskit-puppeteer/ |
D | benchmark.js | 49 const start = performance.now(); 51 const afterDraw = performance.now(); 53 const end = performance.now(); 93 if (timeoutMillis && ((beginTest + timeoutMillis) < performance.now())) { 100 const beginTest = performance.now();
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | tick.js | 56 this.currentTime = window.performance && performance.now ? performance.now() : 0; 79 _now = window.performance && performance.now ? performance.now() : Date.now();
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.txt | 22 in performance test cases. 25 Measuring performance: 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 92 Test cases that measure fragment-side performance must make sure fragments
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | ReadMe.txt | 12 …performance test is to test the "real world" applications of ICU, such as Date Formatting and the … 14 There is no Perl script associated with this performance test, due to the fact that the performance… 16 There are 7 tests contained in this performance test:
|
/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/icu/icu4c/source/test/perf/ |
D | README | 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 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/grpc-grpc/tools/run_tests/performance/ |
D | build_performance.sh | 45 tools/run_tests/performance/build_performance_go.sh 52 tools/run_tests/performance/build_performance_php7.sh 59 tools/run_tests/performance/build_performance_node.sh
|