******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: COPY ==================== Profile: bench Key size: 80 bits IV size: 80 bits CPU speed: 2210.2 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 4 bytes Testing stream encryption speed: Encrypted 500 blocks of 4096 bytes (under 10 keys, 50 blocks/key) Total time: 520424 clock ticks (235.46 usec) Encryption speed (cycles/byte): 0.25 Encryption speed (Mbps): 69581.88 Testing packet encryption speed: Encrypted 9000 packets of 40 bytes (under 10 keys, 900 packets/key) Total time: 488560 clock ticks (221.05 usec) Encryption speed (cycles/packet): 54.28 Encryption speed (cycles/byte): 1.36 Encryption speed (Mbps): 13028.91 Overhead: 434.1% Encrypted 3300 packets of 576 bytes (under 10 keys, 330 packets/key) Total time: 511999 clock ticks (231.65 usec) Encryption speed (cycles/packet): 155.15 Encryption speed (cycles/byte): 0.27 Encryption speed (Mbps): 65643.37 Overhead: 6.0% Encrypted 1200 packets of 1500 bytes (under 10 keys, 120 packets/key) Total time: 505208 clock ticks (228.58 usec) Encryption speed (cycles/packet): 421.01 Encryption speed (cycles/byte): 0.28 Encryption speed (Mbps): 62997.86 Overhead: 10.5% Weighted average (Simple Imix): Encryption speed (cycles/byte): 0.35 Encryption speed (Mbps): 50796.18 Overhead: 37.0% Testing key setup speed: Did 80000 key setups (under 100 keys, 800 setups/key) Total time: 794425 clock ticks (359.43 usec) Key setup speed (cycles/setup): 9.93 Key setup speed (setups/second): 222572048.97 Testing IV setup speed: Did 50000 IV setups (under 100 keys, 500 setups/key) Total time: 501427 clock ticks (226.87 usec) IV setup speed (cycles/setup): 10.03 IV setup speed (setups/second): 220392001.23 Testing key agility: Encrypted 6000 blocks of 256 bytes (each time switching contexts) Total time: 468792 clock ticks (212.10 usec) Encryption speed (cycles/byte): 0.31 Encryption speed (Mbps): 57934.14 Overhead: 20.1% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 21:53:50 CET 2007 CPU: ------------------------------------------------------------------------------- processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 75 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping : 2 cpu MHz : 2210.210 cache size : 512 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up pni cx16 lahf_lm cmp_legacy svm cr8_legacy bogomips : 4424.76 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc processor : 1 vendor_id : AuthenticAMD cpu family : 15 model : 75 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping : 2 cpu MHz : 2210.210 cache size : 512 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up pni cx16 lahf_lm cmp_legacy svm cr8_legacy bogomips : 4429.23 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc COMPILER: ------------------------------------------------------------------------------- Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu Thread model: posix gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5) COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc_k8_O3-ual-ofp gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../benchmarks/copy/../../include -I../../../benchmarks/copy -march=k8 -c -o ecrypt-test_gcc_k8.o ../../../benchmarks/copy/../../test/ecrypt-test.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../benchmarks/copy/../../include -I../../../benchmarks/copy -march=k8 -c -o ecrypt-sync_gcc_k8.o ../../../benchmarks/copy/../../api/ecrypt-sync.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../benchmarks/copy/../../include -I../../../benchmarks/copy -march=k8 -c -o copy_gcc_k8.o ../../../benchmarks/copy/copy.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -march=k8 ecrypt-test_gcc_k8.o ecrypt-sync_gcc_k8.o copy_gcc_k8.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 08ce7d88e4fdc5d9f6529019a69703a0 -