/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/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/libppp/src/ |
throughput.h | 26 * $FreeBSD: src/usr.sbin/ppp/throughput.h,v 1.10.42.1 2010/12/21 17:10:29 kensmith Exp $
|
ipcp.h | 99 struct pppThroughput throughput; /* throughput statistics */ member in struct:ipcp
|
ipcp.c | 70 #include "throughput.h" 163 throughput_addin(&ipcp->throughput, n); 169 throughput_addout(&ipcp->throughput, n); 411 throughput_disp(&ipcp->throughput, arg->prompt); 489 throughput_init(&ipcp->throughput, SAMPLE_PERIOD); 497 throughput_destroy(&ipcp->throughput); 820 throughput_start(&ipcp->throughput, "IPCP throughput", 833 throughput_stop(&ipcp->throughput); 834 throughput_log(&ipcp->throughput, LogIPCP, NULL) [all...] |
throughput.c | 26 * $FreeBSD: src/usr.sbin/ppp/throughput.c,v 1.18.40.1 2010/12/21 17:10:29 kensmith Exp $ 40 #include "throughput.h" 60 t->Timer.name = "throughput";
|
Makefile | 12 tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
|
acf.c | 42 #include "throughput.h"
|
proto.c | 42 #include "throughput.h"
|
sync.c | 42 #include "throughput.h"
|
tun.c | 63 #include "throughput.h"
|
README.changes | 77 o Throughput statistics are enabled by default. 132 o MP autoload throughput measurements are now based on the maximum of input
|
command.c | 69 #include "throughput.h" 535 oin = bundle->ncp.ipcp.throughput.OctetsIn; 536 oout = bundle->ncp.ipcp.throughput.OctetsOut; 537 pin = bundle->ncp.ipcp.throughput.PacketsIn; 538 pout = bundle->ncp.ipcp.throughput.PacketsOut; 540 oin += bundle->ncp.ipv6cp.throughput.OctetsIn; 541 oout += bundle->ncp.ipv6cp.throughput.OctetsOut; 542 pin += bundle->ncp.ipv6cp.throughput.PacketsIn; 543 pout += bundle->ncp.ipv6cp.throughput.PacketsOut; 561 bundle->ncp.ipcp.throughput.OctetsIn) [all...] |
/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
x25.h | 103 unsigned int throughput; member in struct:x25_facilities
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/linux/ |
x25.h | 103 unsigned int throughput; member in struct:x25_facilities
|
/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.
|
/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.
|
/external/wpa_supplicant_8/hostapd/ |
defconfig | 141 # IEEE 802.11n (High Throughput) support 148 # IEEE 802.11ac (Very High Throughput) support
|
/external/chromium_org/net/websockets/ |
websocket_channel.cc | 93 // measure the throughput of the link. 94 // TODO(ricea): Measure the throughput of the link. 356 // throughput is high, reduce them if throughput is low. Low water
|
/external/chromium_org/tools/perf/metrics/ |
timeline.py | 154 # busy the thread is. This needs to be interpretted when throughput
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
ConnectorAdapter.java | 92 // raw throughput tests. Technically, a saturated TCP channel could
|