Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/node/benchmark/
D_test-double-benchmarker.js19 let throughput = 0; variable
25 throughput++;
31 console.log(JSON.stringify({ throughput })); field
D_http-benchmarkers.js81 const throughput = match && +match[1];
82 if (!isFinite(throughput)) {
85 return throughput;
125 return result.throughput;
/third_party/node/benchmark/misc/
Dprint.js37 state.throughput++;
42 bench.end(state.throughput);
50 throughput: 0 property
Dstartup.js51 state.throughput++;
56 bench.end(state.throughput);
64 throughput: 0 property
/third_party/rust/crates/nom/benchmarks/benches/
Dini.rs60 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()
Dini_str.rs80 group.throughput(Throughput::Bytes(s.len() as u64)); in bench_ini_str()
Dhttp.rs168 http_group.throughput(Throughput::Bytes(data.len() as u64)); in one_test()
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug05.txt24 measure current throughput
27 if [ throughput falls below $THRESHHOLD ]; then
/third_party/protobuf/benchmarks/php/
DPhpBenchmark.php163 foreach ($result["benchmarks"] as $benchmark => $throughput) {
165 $benchmark, $throughput);
/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_performance.h77 float throughput; member
/third_party/rust/crates/aho-corasick/bench/src/
Dbench.rs163 .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/
DVK_AMD_rasterization_order.adoc35 processing of primitives and thus enabling higher primitive throughput.
59 *RESOLVED*: Allows them to increase primitive throughput for cases when
DVK_AMD_rasterization_order.txt35 processing of primitives and thus enabling higher primitive throughput.
59 *RESOLVED*: Allows them to increase primitive throughput for cases when
DVK_EXT_global_priority.adoc30 Therefore, higher-priority work may retain similar latency and throughput
DVK_EXT_global_priority.txt30 Therefore, higher-priority work may retain similar latency and throughput
/third_party/ltp/utils/benchmark/kernbench-0.42/
DREADME6 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
Dkernbench83 echo Maximal loads will not measure cpu throughput and may cause a swapstorm!
/third_party/rust/crates/memchr/bench/src/
Dbench.rs40 .throughput(Throughput::Bytes(corpus.len() as u64)) in define()
/third_party/python/Tools/ccbench/
Dccbench.py569 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/
Dversion.rc.in23 …ibrary built to use minimal CPU and memory resources, and provide fast throughput in both directio…
/third_party/rust/crates/memchr/bench/data/sliceslice/
DREADME.md21 haystack, tests throughput as opposed to latency across a wide variety of
/third_party/gstreamer/gstplugins_good/gst/cutter/
DREADME12 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/
DREADME.md27 For throughput, since often one side is localhost that can handle larger
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/
DREADME.md7 This sample demonstrates how to obtain the lowest latency and optimal computational throughput by:
/third_party/flutter/skia/tools/sk_app/
DMetalWindowContext.mm81 // you can get better throughput by doing any offscreen renders, texture uploads, or

1234