/third_party/grpc/test/cpp/qps/ |
D | qps_json_driver_scenarios.bzl | 3 …throughput", "name": "grpc.optimization_target"}, {"int_value": 1, "name": "grpc.minimal_stack"}],…
|
D | json_run_localhost_scenarios.bzl | 3 …throughput", "name": "grpc.optimization_target"}], "async_server_threads": 0, "threads_per_cq": 3,…
|
/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/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/ |
D | connector_throughput.cc | 106 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/ |
D | bench_utf8_checker.cpp | 70 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/ |
D | deflate_stream.cpp | 142 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()
|
D | inflate_stream.cpp | 188 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/ |
D | bench_buffers.cpp | 57 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/ |
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/boost/libs/beast/test/extras/include/boost/beast/test/ |
D | throughput.hpp | 45 throughput(std::chrono::duration< in throughput() function
|
/third_party/boost/libs/beast/test/bench/wsload/ |
D | wsload.cpp | 263 throughput( in throughput() function 324 throughput(elapsed, rep.bytes()) << " bytes/s in " << in main()
|
/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/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/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/plugins/raw-proxy/ |
D | README.md | 27 For throughput, since often one side is localhost that can handle larger
|
/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/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
|
/third_party/node/doc/guides/ |
D | technical-values.md | 52 * High throughput (speed)
|