/external/grpc-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"}]}, "client_config": {"security_params": {"use_tes…
|
/external/autotest/frontend/tko/preconfigs/metrics/ |
D | perf | 15 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 …]
|
D | kernel_compare | 6 globalFilter[1][condition]: = 'throughput' 29 globalFilter[1][condition]: = 'throughput' 52 globalFilter[1][condition]: = 'throughput'
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 37 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/ |
D | benchmark.py | 81 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/ |
D | netperf_runner.py | 55 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:
|
D | netperf_session.py | 85 if recent_result.throughput < (past_result.throughput +
|
/external/eigen/bench/tensors/ |
D | benchmark_main.cc | 169 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/ |
D | README | 11 throughput.py Client and server to measure TCP throughput.
|
/external/autotest/client/tests/dbench/ |
D | dbench.py | 37 (throughput, procs) = pattern.findall(self.results)[0] 38 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
|
/external/autotest/client/tests/ddtest/ |
D | ddtest.py | 41 for throughput in pattern.findall("\n".join(self.results)): 42 self.write_perf_keyval({'throughput':throughput})
|
/external/libevent/test/ |
D | bench_httpclient.c | 183 double throughput; in main() local 215 throughput = total_n_handled / in main() 231 throughput, in main()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | util.cc | 208 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/ |
D | hotplug05.txt | 24 measure current throughput 27 if [ throughput falls below $THRESHHOLD ]; then
|
/external/autotest/client/tests/tbench/ |
D | tbench.py | 46 (throughput, procs) = pattern.findall(self.results)[0] 47 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
|
/external/bcc/tools/ |
D | tcptop_example.txt | 4 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/ |
D | CMakeLists.txt | 161 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/ |
D | network_WiFi_BluetoothStreamPerf.py | 80 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/ |
D | reporter.cc | 73 double throughput) { in Benchmark() argument 78 benchmark_entry_.set_throughput(throughput); in Benchmark()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | tcp_mmap.c | 136 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/ |
D | PhpBenchmark.php | 163 foreach ($result["benchmarks"] as $benchmark => $throughput) { 165 $benchmark, $throughput);
|
/external/skqp/src/compute/hs/ |
D | README.md | 10 * 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/ |
D | transpose_benchmark.py | 89 throughput = np.prod( 94 str(perm).replace(" ", ""), num_iters, duration, throughput))
|
/external/mesa3d/src/intel/compiler/ |
D | brw_ir_performance.h | 77 float throughput; member
|