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

1 2 3 4 5 6 7

  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
ClientSocketBenchmark.java 103 * Simple benchmark for throughput.
105 void throughput() throws Exception { method in class:ClientSocketBenchmark
152 bm.throughput();
ServerSocketBenchmark.java 119 void throughput() throws Exception { method in class:ServerSocketBenchmark
166 bm.throughput();
  /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 86 benchmark.throughput();
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_op.h 54 unsigned int throughput; member in struct:ffsb_op
  /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/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 653 func throughput(b *testing.B, totalBytes int64, dynamicRecordSizingDisabled bool) { func
716 throughput(b, int64(size<<20), mode == "Max")
  /prebuilts/go/linux-x86/src/crypto/tls/
tls_test.go 653 func throughput(b *testing.B, totalBytes int64, dynamicRecordSizingDisabled bool) { func
716 throughput(b, int64(size<<20), mode == "Max")
  /system/core/liblog/tests/
benchmark_main.cpp 141 char throughput[100]; local
142 throughput[0] = '\0';
146 snprintf(throughput, sizeof(throughput), " %8.2f MiB/s",
164 static_cast<uint64_t>(iterations), mean, throughput);
167 full_name, static_cast<uint64_t>(iterations), mean, sdev, throughput);
  /bionic/libc/kernel/uapi/linux/
x25.h 72 unsigned int throughput; member in struct:x25_facilities
  /development/ndk/platforms/android-21/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /external/kernel-headers/original/uapi/linux/
x25.h 105 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
x25.h 103 unsigned int throughput; member in struct:x25_facilities
  /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
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities

Completed in 1268 milliseconds

1 2 3 4 5 6 7