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

1 2 3 4 5

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
fields.py 222 throughput = { variable in class:GlobalBaseIndexField
228 throughput = kwargs.pop('throughput', None)
230 if throughput is not None:
231 self.throughput = throughput
262 'ReadCapacityUnits': int(self.throughput['read']),
263 'WriteCapacityUnits': int(self.throughput['write']),
278 ... throughput={
297 ... throughput=
    [all...]
  /external/autotest/client/virt/tests/
file_transfer.py 54 throughput = filesize / (t_end - t_begin)
56 "estimated throughput: %.2fMB/s", throughput)
63 throughput = filesize / (t_end - t_begin)
65 "estimated throughput: %.2fMB/s", throughput)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
test_highlevel.py 52 ], throughput={
64 self.assertEqual(users.throughput['read'], 5)
73 self.assertEqual(users.throughput, users_hit_api.throughput)
332 self.assertEqual(admins.throughput['read'], 5)
373 # Create a very limited table w/ low throughput.
376 ], throughput={
402 ], throughput={
409 ], throughput={
420 throughput=
    [all...]
  /external/autotest/client/tests/dbench/
dbench.py 35 pattern = re.compile(r"Throughput (.*?) MB/sec (.*?) procs")
36 (throughput, procs) = pattern.findall(self.results)[0]
37 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", mib_processed/seconds);
164 static_cast<uint64_t>(iterations), mean, throughput);
167 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 +
  /bionic/libc/kernel/uapi/linux/
x25.h 85 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/current/platforms/android-21/arch-arm/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities

Completed in 1544 milliseconds

1 2 3 4 5