HomeSort by relevance Sort by last modified time
    Searched full:throughput (Results 26 - 50 of 292) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
FileUtil.java 306 report.printArray("read throughput",
312 report.printSummary("read throughput", stat.mAverage, ResultType.HIGHER_BETTER,
359 report.printArray("write throughput",
365 report.printSummary("write throughput", stat.mAverage, ResultType.HIGHER_BETTER,
400 report.printArray(i + "-th round throughput",
405 report.printSummary("update throughput", stat.mAverage, ResultType.HIGHER_BETTER,
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 342 def throughput(name, trace): function in function:process_trace
348 out.write('GC %s Throughput (after): %s / %s ms = %s/ms<br/>' %
353 out.write('GC %s Throughput (before): %s / %s ms = %s/ms<br/>' %
375 throughput('TOTAL', trace)
376 throughput('MS', marksweeps)
377 throughput('OLDSPACE', globalgcs)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
OverridesSupport.js 73 this.settings.networkConditions = WebInspector.settings.createSetting("networkConditions", {throughput: WebInspector.OverridesSupport.NetworkThroughputUnlimitedValue, latency: 0});
277 /** @typedef {{id: string, title: string, throughput: number, latency: number}} */
379 this.settings.networkConditions.set({throughput: WebInspector.OverridesSupport.NetworkThroughputUnlimitedValue, latency: 0});
693 var throughput = conditions.throughput;
695 var offline = !throughput && !latency;
696 NetworkAgent.emulateNetworkConditions(offline, latency, throughput, throughput);
815 return conditions.throughput !== WebInspector.OverridesSupport.NetworkThroughputUnlimitedValue;
  /external/chromium_org/tools/perf/benchmarks/
jetstream.py 14 and run smoothly without interruptions. Throughput tests measure the sustained
  /external/kernel-headers/original/uapi/linux/
x25.h 105 unsigned int throughput; member in struct:x25_facilities
  /external/srtp/crypto/test/
cipher_driver.c 199 /* run the throughput test on the aes_icm cipher */
230 printf("timing %s throughput:\n", c->type->description);
338 * cache thrash on cipher throughput.
464 printf("timing %s throughput with array size %d:\n",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
x25.h 103 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
  /art/runtime/gc/collector/
garbage_collector.h 79 // Returns the estimated throughput of the iteration.
161 // Returns the estimated throughput in bytes / second.
  /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.
  /bionic/libc/kernel/uapi/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /development/ndk/platforms/android-L/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
cipher_driver.c 207 /* run the throughput test on the aes_icm cipher (128-bit key) */
259 printf("timing %s throughput, key length %d:\n", c->type->description, c->key_len);
367 * cache thrash on cipher throughput.
504 printf("timing %s throughput with key length %d, array size %d:\n",
  /external/chromium_org/third_party/sqlite/src/test/
tt3_checkpoint.c 36 ** However, the overall transaction throughput will be lower for
  /external/wpa_supplicant_8/src/crypto/
aes-internal-enc.c 8 * cost of reduced throughput (quite small difference on Pentium 4,
  /frameworks/base/core/java/android/net/
WifiLinkQualityInfo.java 23 * such as the upload/download throughput or error rate etc.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxrtdef.h 177 ULONG Throughput;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /external/chromium_org/v8/src/heap/
gc-tracer.h 253 // Log an allocation throughput event.
321 // Allocation throughput in the new space in bytes/millisecond.
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy.S 156 * an overriding concern here, but throughput is. We first do
171 * latency is 2 cycles/iteration. This gives us a _copy_ throughput

Completed in 958 milliseconds

12 3 4 5 6 7 8 91011>>