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

1 2 3 4 5 6 7

  /external/autotest/client/tests/dbench/
dbench.py 36 pattern = re.compile(r"Throughput (.*?) MB/sec (.*?) procs")
37 (throughput, procs) = pattern.findall(self.results)[0]
38 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
  /external/autotest/client/tests/ddtest/
ddtest.py 40 pattern = re.compile(r"throughput is (.*?) MB/sec")
41 for throughput in pattern.findall("\n".join(self.results)):
42 self.write_perf_keyval({'throughput':throughput})
  /external/autotest/client/tests/tbench/
tbench.py 45 pattern = re.compile(r"Throughput (.*?) MB/sec (.*?) procs")
46 (throughput, procs) = pattern.findall(self.results)[0]
47 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
  /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);
  /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);
  /external/autotest/server/cros/network/
netperf_runner.py 32 TCP_SENDFILE) and returns a singleton containing throughput.
38 Size Size Size Time Throughput
47 throughput=float(lines[6].split()[4]))
49 """Parses the following and returns a tuple containing throughput
55 Size Size Time Okay Errors Throughput
66 throughput=float(udp_tokens[5]),
126 throughput, throughput_dev = NetperfResult._get_stats(
127 samples, 'throughput')
134 throughput=throughput, throughput_dev=throughput_dev
    [all...]
netperf_session.py 54 WARMUP_WINDOW_SIZE throughput measurements has an average throughput
62 # We say a station is warm if the TX throughput is maximized.
84 if recent_result.throughput < (past_result.throughput +
  /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/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();
  /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
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_op.h 54 unsigned int throughput; member in struct:ffsb_op
  /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
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities

Completed in 1419 milliseconds

1 2 3 4 5 6 7