Home
last modified time | relevance | path

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

1234567

/external/grpc-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"}]}, "client_config": {"security_params": {"use_tes…
/external/autotest/frontend/tko/preconfigs/metrics/
Dperf15 name[1]: dbench (throughput)
20 seriesFilters[1][0][condition]: = 'throughput'
24 name[2]: tbench (throughput)
29 seriesFilters[2][0][condition]: = 'throughput'
66 name[1]: dbench (throughput)
71 seriesFilters[1][0][condition]: = 'throughput'
75 name[2]: tbench (throughput)
80 seriesFilters[2][0][condition]: = 'throughput'
117 name[1]: dbench (throughput)
122 seriesFilters[1][0][condition]: = 'throughput'
[all …]
Dkernel_compare6 globalFilter[1][condition]: = 'throughput'
29 globalFilter[1][condition]: = 'throughput'
52 globalFilter[1][condition]: = 'throughput'
/external/iproute2/examples/diffserv/
Dregression-testing37 Metering: The data throughput should not exceed 2*CIR1 + 2*CIR2
53 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2
58 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2
63 Metering: Allocated throughput should not exceed CIR1 + CIR2
68 Metering: Allocated throughput should not exceed CIR1
84 The data throughput should not exceed 2*CIR1 + 2*CIR2
86 The data throughput should not exceed 2*CIR1 + 5*CIR2
105 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2
110 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2
115 Metering: Allocated throughput should not exceed PIR1+ CIR1 + CIR2
[all …]
/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py81 throughput=None, extras=None, metrics=None): argument
104 throughput if throughput is not None else -1,
117 if throughput is not None:
118 entry.throughput = throughput
246 throughput=None, argument
270 throughput=throughput, extras=extras, metrics=metrics)
/external/autotest/server/cros/network/
Dnetperf_runner.py55 throughput=float(lines[0].split()[4]))
74 throughput=float(udp_tokens[5]),
134 throughput, throughput_dev = NetperfResult._get_stats(
142 throughput=throughput, throughput_dev=throughput_dev,
161 throughput=None, throughput_dev=None, argument
175 self.throughput = throughput
181 if throughput is None and transaction_rate is None and errors is None:
Dnetperf_session.py85 if recent_result.throughput < (past_result.throughput +
/external/eigen/bench/tensors/
Dbenchmark_main.cc169 char throughput[100]; in RunWithArg() local
170 throughput[0] = '\0'; in RunWithArg()
174 snprintf(throughput, sizeof(throughput), " %8.2f MFlops/s", mflops_processed/seconds); in RunWithArg()
189 iterations, g_benchmark_total_time_ns/iterations, throughput); in RunWithArg()
/external/python/cpython2/Demo/sockets/
DREADME11 throughput.py Client and server to measure TCP throughput.
/external/autotest/client/tests/dbench/
Ddbench.py37 (throughput, procs) = pattern.findall(self.results)[0]
38 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
/external/autotest/client/tests/ddtest/
Dddtest.py41 for throughput in pattern.findall("\n".join(self.results)):
42 self.write_perf_keyval({'throughput':throughput})
/external/libevent/test/
Dbench_httpclient.c183 double throughput; in main() local
215 throughput = total_n_handled / in main()
231 throughput, in main()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc208 string throughput = tensorflow::strings::HumanReadableNum( in HumanReadableNumOps() local
210 absl::string_view sp(throughput); in HumanReadableNumOps()
214 *throughput.rbegin() = 'G'; in HumanReadableNumOps()
216 throughput += absl::StrCat(op_prefix, "OP/s"); in HumanReadableNumOps()
217 return throughput; in HumanReadableNumOps()
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug05.txt24 measure current throughput
27 if [ throughput falls below $THRESHHOLD ]; then
/external/autotest/client/tests/tbench/
Dtbench.py46 (throughput, procs) = pattern.findall(self.results)[0]
47 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
/external/bcc/tools/
Dtcptop_example.txt4 tcptop summarizes throughput by host and port. Eg:
25 The output in each listing is sorted by total throughput (send then receive),
28 The other IPv4 sessions had such low throughput they rounded to zero.
101 Summarize TCP send/recv throughput by host
/external/pthreadpool/
DCMakeLists.txt161 ADD_EXECUTABLE(throughput-bench bench/throughput.cc)
162 SET_TARGET_PROPERTIES(throughput-bench PROPERTIES
165 TARGET_LINK_LIBRARIES(throughput-bench pthreadpool benchmark)
/external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/
Dnetwork_WiFi_BluetoothStreamPerf.py80 values = [result.throughput for result in results]
92 self.base_through = result.throughput
94 drop = int( (self.base_through - result.throughput) * 100 /
/external/tensorflow/tensorflow/core/util/
Dreporter.cc73 double throughput) { in Benchmark() argument
78 benchmark_entry_.set_throughput(throughput); in Benchmark()
/external/linux-kselftest/tools/testing/selftests/net/
Dtcp_mmap.c136 double throughput; in child_thread() local
211 throughput = 0; in child_thread()
213 throughput = total * 8.0 / (double)delta_usec / 1000.0; in child_thread()
225 throughput, in child_thread()
/external/protobuf/benchmarks/php/
DPhpBenchmark.php163 foreach ($result["benchmarks"] as $benchmark => $throughput) {
165 $benchmark, $throughput);
/external/skqp/src/compute/hs/
DREADME.md10 * Reaches peak throughput on small arrays
24 Here is a throughput plot for HotSort on Vulkan and CUDA sorting
30 HotSort throughput on Vulkan on an AMD V1807B APU (similar to a Ryzen 2400G) with DDR4-2666 RAM:
34 HotSort throughput on Vulkan and OpenCL on an Intel HD 630:
215 The objective of HotSort is to achieve high throughput as *early* as
280 sequences. Because of this, throughput decreases as the problem size
/external/tensorflow/tensorflow/python/ops/
Dtranspose_benchmark.py89 throughput = np.prod(
94 str(perm).replace(" ", ""), num_iters, duration, throughput))
/external/mesa3d/src/intel/compiler/
Dbrw_ir_performance.h77 float throughput; member

1234567