HomeSort by relevance Sort by last modified time
    Searched defs:throughput (Results 1 - 25 of 31) sorted by null

1 2

  /external/lisa/tools/analysis/
run_binder_throughput_analysis.py 36 self.throughput = []
40 def add_data(self, label, latency, throughput):
42 Append the latency and throughput measurements of one kernel
51 :param throughput: throughput measurements of a series of experiments
52 :type throughput: list of floats
55 self.throughput.append(throughput)
65 np_throughput = np.array(self.throughput)
67 len(self.labels),len(self.throughput[0]))
158 throughput = [r["iters"] for r in results] variable
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
ThroughputFilter.java 53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE);
55 addOutputPort("throughput", mOutputFormat);
86 // Output throughput info if time period is up
90 Throughput throughput = new Throughput(mTotalFrameCount, local
95 throughputFrame.setObjectValue(throughput);
96 pushOutput("throughput", throughputFrame);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ThroughputFilter.java 39 FrameType throughputType = FrameType.single(Throughput.class);
42 .addOutputPort("throughput", Signature.PORT_REQUIRED, throughputType)
78 // Output throughput info if time period is up
81 OutputPort tpPort = getConnectedOutputPort("throughput");
82 Throughput throughput = new Throughput(mTotalFrameCount, local
87 throughputFrame.setValue(throughput);
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhClientSocketBenchmark.java 86 benchmark.throughput();
JmhServerSocketBenchmark.java 85 benchmark.throughput();
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_op.h 54 unsigned int throughput; member in struct:ffsb_op
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
ClientSocketBenchmark.java 126 * Simple benchmark for throughput (used by JMH).
128 void throughput() throws Exception { method in class:ClientSocketBenchmark
ServerSocketBenchmark.java 131 void throughput() throws Exception { method in class:ServerSocketBenchmark
  /external/eigen/bench/tensors/
benchmark_main.cc 169 char throughput[100]; local
170 throughput[0] = '\0';
174 snprintf(throughput, sizeof(throughput), " %8.2f MFlops/s", mflops_processed/seconds);
189 iterations, g_benchmark_total_time_ns/iterations, throughput);
  /external/libevent/test/
bench_httpclient.c 183 double throughput; local
215 throughput = total_n_handled /
226 printf("\n%d requests in %d.%06d sec. (%.2f throughput)\n"
231 throughput,
  /external/v8/tools/
gc-nvp-trace-processor.py 312 def throughput(name, trace): function in function:process_trace
318 out.write('GC %s Throughput (after): %s / %s ms = %s/ms<br/>' %
323 out.write('GC %s Throughput (before): %s / %s ms = %s/ms<br/>' %
345 throughput('TOTAL', trace)
346 throughput('MS', marksweeps)
347 throughput('OLDSPACE', globalgcs)
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls_test.go 751 func throughput(b *testing.B, totalBytes int64, dynamicRecordSizingDisabled bool) { func
814 throughput(b, int64(size<<20), mode == "Max")
  /prebuilts/go/linux-x86/src/crypto/tls/
tls_test.go 751 func throughput(b *testing.B, totalBytes int64, dynamicRecordSizingDisabled bool) { func
814 throughput(b, int64(size<<20), mode == "Max")
  /external/tensorflow/tensorflow/compiler/xla/
util.cc 243 string throughput = tensorflow::strings::HumanReadableNum( local
245 tensorflow::StringPiece sp(throughput);
249 *throughput.rbegin() = 'G';
251 throughput += tensorflow::strings::StrCat(op_prefix, "OP/s");
252 return throughput;
  /bionic/libc/kernel/uapi/linux/
x25.h 72 unsigned int throughput; member in struct:x25_facilities
wireless.h 376 __u32 throughput; member in struct:iw_range
  /external/kernel-headers/original/uapi/linux/
x25.h 106 unsigned int throughput; member in struct:x25_facilities
wireless.h 955 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range
    [all...]
  /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
wireless.h 971 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range
    [all...]
  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc 236 double throughput = -1.0) {
246 node_reporter.Benchmark(num_runs, -1.0, total_time_s, throughput));
607 // Throughput in MB/s
608 const double throughput = local
614 no_stat_wall_time, throughput);
  /external/libcups/cups/
ppd.h 302 int throughput; /* Pages per minute */ member in struct:ppd_file_s
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 4451 uint32 throughput[WL_IOV_MAC_PARAM_LEN][WL_IOV_PKTQ_LOG_PRECS]; member in struct:__anon47033
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 

Completed in 697 milliseconds

1 2