HomeSort by relevance Sort by last modified time
    Searched full:throughput (Results 126 - 150 of 578) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhClientSocketBenchmark.java 86 benchmark.throughput();
JmhServerSocketBenchmark.java 85 benchmark.throughput();
  /external/iproute2/include/uapi/linux/
inet_diag.h 184 /* u64 bw: max-filtered BW (app throughput) estimate in Byte per sec: */
  /external/kernel-headers/original/uapi/linux/
inet_diag.h 184 /* u64 bw: max-filtered BW (app throughput) estimate in Byte per sec: */
x25.h 106 unsigned int throughput; member in struct:x25_facilities
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_op.h 54 unsigned int throughput; member in struct:ffsb_op
  /frameworks/base/cmds/incidentd/testdata/
kmsg.txt 8 S - Flash Throughput, 129000 KB/s (4729638 Bytes, 36613 us)
kmsg.txt.gz mo?F???S??*W?? y?©?5\?U?(? ?Bl?M.?O???gS^)Ff??????=??x?'I?dq?"? ...
  /hardware/nxp/nfc/halimpl/
libnfc-nci.conf 7 # Change this setting to control how often USERIAL log the performance (throughput)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
x25.h 105 unsigned int throughput; member in struct:x25_facilities
  /external/autotest/client/tests/iozone/
postprocessing.py 4 IOzone run, calculate the geometric mean for all throughput results for
105 * Summary of throughput for all file and record sizes combined
106 * Summary of throughput for all file sizes
107 * Summary of throughput for all record sizes
382 For each one of the throughput parameters, generate a set of gnuplot
384 record size vs. throughput.
411 For each one of the throughput parameters, generate a set of gnuplot
413 record size vs. throughput.
  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 67 # 32 is a special low throughput, high resilience mode. Ignore it.
160 # use the highest index to achieve maximal throughput.
  /external/tensorflow/tensorflow/core/util/
test_log.proto 41 // Throughput (in MB/s)
42 double throughput = 5;
  /external/tensorflow/tensorflow/python/ops/
matmul_benchmark.py 96 throughput = num_items * num_iters / duration / 1e9
100 duration, throughput))
transpose_benchmark.py 89 throughput = np.prod(
94 str(perm).replace(" ", ""), num_iters, duration, throughput))
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_dynamics.py 12 # currently one for Throughput, one for Latency and one for Packet Loss.
126 ('Throughput_kbps', "Time (s)", "Throughput (kbps)", 1, 4000),
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsConnectionStateListener.java 147 * now allows throughput.
155 * Called when its current IMS connection is suspended, meaning there is no data throughput.
  /system/extras/tests/sdcard/
stopwatch.h 52 // setMbytes, the print method will compute the average throughput
96 // get the average throughput (in kbytes/s) printed.
  /tools/test/connectivity/acts/framework/acts/test_utils/power/
PowerBaseTest.py 464 throughput: the average throughput during tests.
472 # Calculate the average throughput
479 throughput = (math.fsum(iperf_result.instantaneous_rates[:-1]) /
481 self.log.info('The average throughput is {}'.format(throughput))
484 throughput = 0
485 return throughput
  /tools/test/connectivity/acts/tests/google/power/tel/lab/
PowerTelTest.py 271 throughput = 0
277 throughput = iperf_result.avg_send_rate * 8
280 throughput = iperf_result.avg_receive_rate * 8
284 self.log.info("Average receive rate: %sMbps", throughput)
286 return [throughput, current]
309 throughput, current = self.measure_throughput_and_power(direction)
310 results_throughput.append(throughput)
338 tput_file.write("# rf_power, current, throughput")
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabMobilityTest.py 351 6. Check iPerf data throughput
404 5. Check iPerf data throughput
430 6. Check iPerf data throughput
459 6. Check iPerf data throughput
486 5. Stop and check iPerf data throughput
489 8. Stop and check iPerf data throughput
517 7. Stop and check iPerf data throughput
521 11. Stop and check iPerf data throughput
  /external/tensorflow/tensorflow/python/kernel_tests/
topk_op_test.py 231 throughput = gb_processed_input / r["wall_time"]
233 "Throughput: %0.03g GB/s" % (name, r["wall_time"], throughput))
  /external/autotest/client/deps/glbench/src/
testbase.h 32 // returns the throughput in megapixels per second;
  /external/autotest/server/site_tests/network_WiFi_Perf/
network_WiFi_Perf.py 70 values = [result.throughput for result in results]
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
ServerSocketBenchmark.java 131 void throughput() throws Exception { method in class:ServerSocketBenchmark

Completed in 895 milliseconds

1 2 3 4 56 7 8 91011>>