Home
last modified time | relevance | path

Searched refs:thruput (Results 1 – 25 of 89) sorted by relevance

1234

/dports/net/tcptrace/tcptrace-508f73a/
H A Dthruput.c70 double thruput; in DoThru() local
122 thruput = (double) ptcb->thru_bytes / ((double) etime / 1000000.0); in DoThru()
126 current_time, (int) thruput); in DoThru()
132 thruput = (double) ptcb->data_bytes / ((double) etime / 1000000.0); in DoThru()
136 current_time, (int) thruput); in DoThru()
149 thruput = (double) nbytes / ((double) etime / 1000000.0); in DoThru()
152 current_time, (int) thruput); in DoThru()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/headless/examples/
H A Dpython_client.py88 thruput = {}
92 thruput[k] = v
94 return (trips, delays, thruput)
/dports/benchmarks/netperf/netperf-d566775bf/src/
H A Dnettest_sdp.c238 double thruput; in send_sdp_stream() local
697 thruput, in send_sdp_stream()
716 &thruput, in send_sdp_stream()
794 thruput, in send_sdp_stream()
1405 thruput, in send_sdp_maerts()
1424 &thruput, in send_sdp_maerts()
1502 thruput, in send_sdp_maerts()
2830 thruput, in send_sdp_rr()
2906 thruput, in send_sdp_rr()
2927 thruput, in send_sdp_rr()
[all …]
H A Dnettest_sctp.c400 double thruput; in send_sctp_stream() local
892 thruput, in send_sctp_stream()
911 &thruput, in send_sctp_stream()
983 thruput); in send_sctp_stream()
2050 thruput, in send_sctp_stream_1toMany()
2069 &thruput, in send_sctp_stream_1toMany()
2141 thruput); in send_sctp_stream_1toMany()
3088 thruput, in send_sctp_rr()
3160 thruput, in send_sctp_rr()
4137 thruput, in send_sctp_rr_1toMany()
[all …]
H A Dnettest_bsd.c2395 thruput, in send_tcp_stream()
2414 &thruput, in send_tcp_stream()
2492 thruput, in send_tcp_stream()
3123 thruput, in send_tcp_maerts()
3220 thruput, in send_tcp_maerts()
4850 thruput,
4954 thruput,
6417 thruput, in send_tcp_rr()
6607 thruput, in send_tcp_rr()
8087 thruput, in send_udp_rr()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/izem/test/perf/lock/
H A Dthread_scale.c88 double thruput = (double)TEST_NITER/elapsed_time; in test_thruput() local
90 printf("%d,%.2lf,%.2lf\n", cur_nthreads, thruput, latency); in test_thruput()
H A Dthread_ws_scale.c93 double thruput = (double)TEST_NITER/elapsed_time; in test_thruput() local
95 printf("%d,%.2lf,%.2lf\n", cur_nthreads, thruput, latency); in test_thruput()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/zip/
H A DTestAdler32.java90 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
92 System.out.println("Adler32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
124 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
126 System.out.println("Adler32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
H A DTestCRC32C.java124 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
126 System.out.println("CRC32C.update(byte[]) throughput = " + thruput + " MB/s"); in main()
166 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
168 System.out.println("CRC32C.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
H A DTestCRC32.java123 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
125 System.out.println("CRC32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
165 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
167 System.out.println("CRC32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/zip/
H A DTestAdler32.java90 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
92 System.out.println("Adler32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
124 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
126 System.out.println("Adler32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
H A DTestCRC32.java123 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
125 System.out.println("CRC32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
165 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
167 System.out.println("CRC32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
H A DTestCRC32C.java124 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
126 System.out.println("CRC32C.update(byte[]) throughput = " + thruput + " MB/s"); in main()
166 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
168 System.out.println("CRC32C.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/zip/
H A DTestAdler32.java90 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
92 System.out.println("Adler32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
124 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
126 System.out.println("Adler32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
H A DTestCRC32C.java124 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
126 System.out.println("CRC32C.update(byte[]) throughput = " + thruput + " MB/s"); in main()
166 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
168 System.out.println("CRC32C.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
H A DTestCRC32.java123 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
125 System.out.println("CRC32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
165 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
167 System.out.println("CRC32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/zip/
H A DTestAdler32.java90 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
92 System.out.println("Adler32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
124 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
126 System.out.println("Adler32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
H A DTestCRC32C.java124 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
126 System.out.println("CRC32C.update(byte[]) throughput = " + thruput + " MB/s"); in main()
166 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
168 System.out.println("CRC32C.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
H A DTestCRC32.java123 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
125 System.out.println("CRC32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
165 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
167 System.out.println("CRC32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/zip/
H A DTestAdler32.java90 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
92 System.out.println("Adler32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
124 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
126 System.out.println("Adler32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/zip/
H A DTestAdler32.java90 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
92 System.out.println("Adler32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
124 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
126 System.out.println("Adler32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
H A DTestCRC32C.java124 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
126 System.out.println("CRC32C.update(byte[]) throughput = " + thruput + " MB/s"); in main()
166 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
168 System.out.println("CRC32C.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
H A DTestCRC32.java123 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
125 System.out.println("CRC32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
165 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
167 System.out.println("CRC32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/intrinsics/zip/
H A DTestAdler32.java90 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
92 System.out.println("Adler32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
124 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
126 System.out.println("Adler32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/intrinsics/zip/
H A DTestAdler32.java90 double thruput = (double)msgSize*iters/1e6/total; // in MB/s in main() local
92 System.out.println("Adler32.update(byte[]) throughput = " + thruput + " MB/s"); in main()
124 thruput = (double)msgSize*iters/1e6/total; // in MB/s in main()
126 System.out.println("Adler32.update(ByteBuffer) throughput = " + thruput + " MB/s"); in main()

1234