Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 25 of 154) 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.py56 throughput=None, extras=None): argument
78 cpu_time is not None else -1, throughput if
79 throughput is not None else -1, str(extras) if extras else "")
90 if throughput is not None:
91 entry.throughput = throughput
170 throughput=None, argument
188 throughput=throughput, extras=extras)
/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/tensorflow/tensorflow/compiler/xla/
Dutil.cc157 string throughput = tensorflow::strings::HumanReadableNum( in HumanReadableNumOps() local
159 absl::string_view sp(throughput); in HumanReadableNumOps()
163 *throughput.rbegin() = 'G'; in HumanReadableNumOps()
165 throughput += absl::StrCat(op_prefix, "OP/s"); in HumanReadableNumOps()
166 return throughput; in HumanReadableNumOps()
/external/libevent/test/
Dbench_httpclient.c183 double throughput; in main() local
215 throughput = total_n_handled / in main()
231 throughput, in main()
/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/autotest/client/tests/tbench/
Dtbench.py46 (throughput, procs) = pattern.findall(self.results)[0]
47 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug05.txt24 measure current throughput
27 if [ throughput falls below $THRESHHOLD ]; then
/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/linux-kselftest/tools/testing/selftests/net/
Dtcp_mmap.c144 double throughput; in child_thread() local
215 throughput = 0; in child_thread()
217 throughput = total * 8.0 / (double)delta_usec / 1000.0; in child_thread()
229 throughput, in child_thread()
/external/tensorflow/tensorflow/core/util/
Dreporter.cc41 double throughput) { in Benchmark() argument
46 benchmark_entry_.set_throughput(throughput); in 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/v8/tools/
Dgc-nvp-trace-processor.py312 def throughput(name, trace): function
345 throughput('TOTAL', trace)
346 throughput('MS', marksweeps)
347 throughput('OLDSPACE', globalgcs)
/external/tensorflow/tensorflow/python/kernel_tests/
Dwhere_op_test.py188 throughput = gb_processed / r["wall_time"]
190 "Throughput: %0.03g GB/s" % (name, r["wall_time"], throughput))
214 throughput = gb_processed / r["wall_time"]
216 "Throughput: %0.03g GB/s" % (name, r["wall_time"], throughput))
Dxent_op_test.py316 throughput = gb_processed_input / r["wall_time"]
318 "Throughput: %0.03g GB/s" % (name, r["wall_time"], throughput))
343 throughput = gb_processed_input / r["wall_time"]
345 "Throughput: %0.03g GB/s" % (name, r["wall_time"], 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/skia/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

1234567