/third_party/node/benchmark/ |
D | _test-double-benchmarker.js | 19 let throughput = 0; variable 25 throughput++; 31 console.log(JSON.stringify({ throughput })); field
|
D | _http-benchmarkers.js | 81 const throughput = match && +match[1]; 82 if (!isFinite(throughput)) { 85 return throughput; 125 return result.throughput;
|
/third_party/node/benchmark/misc/ |
D | print.js | 37 state.throughput++; 42 bench.end(state.throughput); 50 throughput: 0 property
|
D | startup.js | 51 state.throughput++; 56 bench.end(state.throughput); 64 throughput: 0 property
|
/third_party/rust/crates/nom/benchmarks/benches/ |
D | ini.rs | 60 group.throughput(Throughput::Bytes(str.len() as u64)); in bench_ini() 77 group.throughput(Throughput::Bytes(str.len() as u64)); in bench_ini_keys_and_values() 87 group.throughput(Throughput::Bytes(str.len() as u64)); in bench_ini_key_value()
|
D | ini_str.rs | 80 group.throughput(Throughput::Bytes(s.len() as u64)); in bench_ini_str()
|
D | http.rs | 168 http_group.throughput(Throughput::Bytes(data.len() as u64)); in one_test()
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug05.txt | 24 measure current throughput 27 if [ throughput falls below $THRESHHOLD ]; then
|
/third_party/protobuf/benchmarks/php/ |
D | PhpBenchmark.php | 163 foreach ($result["benchmarks"] as $benchmark => $throughput) { 165 $benchmark, $throughput);
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_ir_performance.h | 77 float throughput; member
|
/third_party/rust/crates/aho-corasick/bench/src/ |
D | bench.rs | 163 .throughput(Throughput::Bytes(corpus.len() as u64)) in define() 180 .throughput(Throughput::Bytes(corpus.len() as u64)) in define_long()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_AMD_rasterization_order.adoc | 35 processing of primitives and thus enabling higher primitive throughput. 59 *RESOLVED*: Allows them to increase primitive throughput for cases when
|
D | VK_AMD_rasterization_order.txt | 35 processing of primitives and thus enabling higher primitive throughput. 59 *RESOLVED*: Allows them to increase primitive throughput for cases when
|
D | VK_EXT_global_priority.adoc | 30 Therefore, higher-priority work may retain similar latency and throughput
|
D | VK_EXT_global_priority.txt | 30 Therefore, higher-priority work may retain similar latency and throughput
|
/third_party/ltp/utils/benchmark/kernbench-0.42/ |
D | README | 6 This is a cpu throughput benchmark originally devised and used by Martin J. 17 You need more than 2Gb of ram for this to be a true throughput benchmark or
|
D | kernbench | 83 echo Maximal loads will not measure cpu throughput and may cause a swapstorm!
|
/third_party/rust/crates/memchr/bench/src/ |
D | bench.rs | 40 .throughput(Throughput::Bytes(corpus.len() as u64)) in define()
|
/third_party/python/Tools/ccbench/ |
D | ccbench.py | 569 if not options.throughput and not options.latency and not options.bandwidth: 570 options.throughput = options.latency = options.bandwidth = True 590 if options.throughput:
|
/third_party/libwebsockets/win32port/ |
D | version.rc.in | 23 …ibrary built to use minimal CPU and memory resources, and provide fast throughput in both directio…
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | README.md | 21 haystack, tests throughput as opposed to latency across a wide variety of
|
/third_party/gstreamer/gstplugins_good/gst/cutter/ |
D | README | 12 When a pre-recording buffer is used, the plugin will delay throughput of data when it's in "silent"…
|
/third_party/libwebsockets/plugins/raw-proxy/ |
D | README.md | 27 For throughput, since often one side is localhost that can handle larger
|
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/ |
D | README.md | 7 This sample demonstrates how to obtain the lowest latency and optimal computational throughput by:
|
/third_party/flutter/skia/tools/sk_app/ |
D | MetalWindowContext.mm | 81 // you can get better throughput by doing any offscreen renders, texture uploads, or
|