Home
last modified time | relevance | path

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

12345

/third_party/grpc/test/cpp/qps/
Dqps_json_driver_scenarios.bzl3throughput", "name": "grpc.optimization_target"}, {"int_value": 1, "name": "grpc.minimal_stack"}],…
Djson_run_localhost_scenarios.bzl3throughput", "name": "grpc.optimization_target"}], "async_server_threads": 0, "threads_per_cq": 3,…
/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/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Dconnector_throughput.cc106 std::vector<double> throughput; in SaveToFile() local
109 throughput.push_back(throughput_[col][i]); in SaveToFile()
114 json json_node = ParseOpInfo(node, throughput); in SaveToFile()
119 ops_data[col]["metrics"]["output_queue"]["throughput"] = throughput; in SaveToFile()
/third_party/boost/libs/beast/test/bench/utf8_checker/
Dbench_utf8_checker.cpp70 throughput(std::chrono::duration< in throughput() function in boost::beast::utf8_checker_test
134 log << "beast: " << throughput(elapsed, s.size()) << " char/s" << std::endl; in run()
146 log << "locale: " << throughput(elapsed, s.size()) << " char/s" << std::endl; in run()
/third_party/boost/libs/beast/test/bench/zlib/
Ddeflate_stream.cpp142 test::throughput(t.elapsed(), size * repeat); in doCorpus()
149 test::throughput(t.elapsed(), size * repeat); in doCorpus()
163 test::throughput(t.elapsed(), size * repeat); in doCorpus()
170 test::throughput(t.elapsed(), size * repeat); in doCorpus()
Dinflate_stream.cpp188 test::throughput(t.elapsed(), size * repeat); in doCorpus()
194 test::throughput(t.elapsed(), size * repeat); in doCorpus()
209 test::throughput(t.elapsed(), size * scale * repeat); in doCorpus()
215 test::throughput(t.elapsed(), size * scale * repeat); in doCorpus()
/third_party/boost/libs/beast/test/bench/buffers/
Dbench_buffers.cpp57 throughput(std::chrono::duration< in throughput() function in boost::beast::buffers_test
99 return throughput(t.elapsed(), total); in do_prepares()
124 return throughput(t.elapsed(), total); in do_hints()
145 return throughput(t.elapsed(), total); in do_random()
/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/boost/libs/beast/test/extras/include/boost/beast/test/
Dthroughput.hpp45 throughput(std::chrono::duration< in throughput() function
/third_party/boost/libs/beast/test/bench/wsload/
Dwsload.cpp263 throughput( in throughput() function
324 throughput(elapsed, rep.bytes()) << " bytes/s in " << in main()
/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/libwebsockets/win32port/
Dversion.rc.in23 …ibrary built to use minimal CPU and memory resources, and provide fast throughput in both directio…
/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/plugins/raw-proxy/
DREADME.md27 For throughput, since often one side is localhost that can handle larger
/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/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
/third_party/node/doc/guides/
Dtechnical-values.md52 * High throughput (speed)

12345