Thread: [complement-svn] SF.net SVN: complement: [1300] trunk/explore/perf/STL/string/ropes
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-10-06 09:38:19
|
Revision: 1300 http://svn.sourceforge.net/complement/?rev=1300&view=rev Author: complement Date: 2006-10-06 02:38:11 -0700 (Fri, 06 Oct 2006) Log Message: ----------- fix runtime path Modified Paths: -------------- trunk/explore/perf/STL/string/ropes/STLport-default/Makefile trunk/explore/perf/STL/string/ropes/STLport-malloc/Makefile trunk/explore/perf/STL/string/ropes/STLport-newalloc/Makefile trunk/explore/perf/STL/string/ropes/libstdc++/Makefile Modified: trunk/explore/perf/STL/string/ropes/STLport-default/Makefile =================================================================== --- trunk/explore/perf/STL/string/ropes/STLport-default/Makefile 2006-10-05 17:39:48 UTC (rev 1299) +++ trunk/explore/perf/STL/string/ropes/STLport-default/Makefile 2006-10-06 09:38:11 UTC (rev 1300) @@ -11,5 +11,5 @@ INCLUDES += -I${CoMT_INCLUDE_DIR} -release-shared: LDSEARCH = -L../../../build/lib -Wl,-rpath=../build/lib +release-shared: LDSEARCH = -L../../../build/lib -Wl,-rpath=../../build/lib release-shared: LDLIBS = -lmisc Modified: trunk/explore/perf/STL/string/ropes/STLport-malloc/Makefile =================================================================== --- trunk/explore/perf/STL/string/ropes/STLport-malloc/Makefile 2006-10-05 17:39:48 UTC (rev 1299) +++ trunk/explore/perf/STL/string/ropes/STLport-malloc/Makefile 2006-10-06 09:38:11 UTC (rev 1300) @@ -12,5 +12,5 @@ INCLUDES += -I${CoMT_INCLUDE_DIR} DEFS += -D_STLP_USE_MALLOC -release-shared: LDSEARCH = -L../../../build/lib/malloc -Wl,-rpath=../build/lib/malloc +release-shared: LDSEARCH = -L../../../build/lib/malloc -Wl,-rpath=../../build/lib/malloc release-shared: LDLIBS = -lmisc Modified: trunk/explore/perf/STL/string/ropes/STLport-newalloc/Makefile =================================================================== --- trunk/explore/perf/STL/string/ropes/STLport-newalloc/Makefile 2006-10-05 17:39:48 UTC (rev 1299) +++ trunk/explore/perf/STL/string/ropes/STLport-newalloc/Makefile 2006-10-06 09:38:11 UTC (rev 1300) @@ -12,5 +12,5 @@ INCLUDES += -I${CoMT_INCLUDE_DIR} DEFS += -D_STLP_USE_NEWALLOC -release-shared: LDSEARCH = -L../../../build/lib/newalloc -Wl,-rpath=../build/lib/newalloc +release-shared: LDSEARCH = -L../../../build/lib/newalloc -Wl,-rpath=../../build/lib/newalloc release-shared: LDLIBS = -lmisc Modified: trunk/explore/perf/STL/string/ropes/libstdc++/Makefile =================================================================== --- trunk/explore/perf/STL/string/ropes/libstdc++/Makefile 2006-10-05 17:39:48 UTC (rev 1299) +++ trunk/explore/perf/STL/string/ropes/libstdc++/Makefile 2006-10-06 09:38:11 UTC (rev 1300) @@ -13,5 +13,5 @@ INCLUDES += -I${CoMT_INCLUDE_DIR} -release-shared: LDSEARCH = -L../../../build/lib/libstdc++ -Wl,-rpath=../build/lib/libstdc++ +release-shared: LDSEARCH = -L../../../build/lib/libstdc++ -Wl,-rpath=../../build/lib/libstdc++ release-shared: LDLIBS = -lmisc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <com...@us...> - 2006-10-06 09:43:02
|
Revision: 1303 http://svn.sourceforge.net/complement/?rev=1303&view=rev Author: complement Date: 2006-10-06 02:42:58 -0700 (Fri, 06 Oct 2006) Log Message: ----------- Linux 2.6.15-gentoo-r5-1 #2 SMP Fri Mar 10 17:11:28 UTC 2006 x86_64 AMD Opteron(tm) Processor 252 AuthenticAMD GNU/Linux processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 37 model name : AMD Opteron(tm) Processor 252 stepping : 1 cpu MHz : 2589.259 cache size : 1024 KB 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 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni bogomips : 5188.73 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 processor : 1 vendor_id : AuthenticAMD cpu family : 15 model : 37 model name : AMD Opteron(tm) Processor 252 stepping : 1 cpu MHz : 2589.259 cache size : 1024 KB 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 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni bogomips : 5178.80 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 Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/specs Configured with: /var/tmp/portage/gcc-3.4.4-r1/work/gcc-3.4.4/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/3.4.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/include/g++-v3 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-nls --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu Thread model: posix gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8) Modified Paths: -------------- trunk/explore/perf/STL/string/ropes/libstdc++.dat trunk/explore/perf/STL/string/ropes/rope.dat trunk/explore/perf/STL/string/ropes/string.dat Modified: trunk/explore/perf/STL/string/ropes/libstdc++.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/libstdc++.dat 2006-10-06 09:40:54 UTC (rev 1302) +++ trunk/explore/perf/STL/string/ropes/libstdc++.dat 2006-10-06 09:42:58 UTC (rev 1303) @@ -1,12 +1,12 @@ -64 0.330649 0.00219296 0.003099 0.00151327 0.339049 0.00831297 -128 0.255711 0.0749692 0.002899 0.00126095 0.261619 0.0776671 -512 0.243229 0.0637147 0.00283233 0.00112793 0.248387 0.0661286 -1024 0.248837 0.0560482 0.002799 0.00107703 0.253534 0.0579887 -4096 0.310332 0.13285 0.00299898 0.00166122 0.315134 0.133773 -10240 0.449231 0.333442 0.00316562 0.00178091 0.454207 0.33412 -20480 0.695394 0.677426 0.00351319 0.00209562 0.701055 0.679206 -30420 1.02412 1.07621 0.00404881 0.00284084 1.03074 1.07926 -40960 1.48901 1.66101 0.00426544 0.00322379 1.49645 1.66462 -51200 2.04189 2.28787 0.00443876 0.00341223 2.04967 2.29097 -81920 3.03138 3.81445 0.00492595 0.00475082 3.04116 3.82133 -102400 4.20304 5.33287 0.00519032 0.00493946 4.21324 5.33842 +64 0.0732041 0.00256152 0.0012 0.00183303 0.0772763 0.00716362 +128 0.0626035 0.0109019 0.0008 0.0016 0.0646849 0.0135896 +512 0.0636037 0.0090838 0.000666667 0.00149071 0.0653169 0.0111396 +1024 0.069004 0.0122889 0.0009 0.00167033 0.0703806 0.0130492 +4096 0.0961657 0.0554345 0.00096 0.00170833 0.0973653 0.0552203 +10240 0.154076 0.139031 0.000866667 0.00164789 0.155002 0.138388 +20480 0.255044 0.278827 0.000857143 0.0016413 0.25594 0.278488 +30420 0.382524 0.426361 0.0008 0.0016 0.383468 0.426269 +40960 0.56519 0.654619 0.000755556 0.00156568 0.566096 0.654477 +51200 0.795049 0.928003 0.0008 0.0016 0.795938 0.927875 +81920 1.1888 1.52752 0.000836364 0.00162664 1.18964 1.52733 +102400 1.63017 2.06924 0.0008 0.0016 1.63102 2.06915 Modified: trunk/explore/perf/STL/string/ropes/rope.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/rope.dat 2006-10-06 09:40:54 UTC (rev 1302) +++ trunk/explore/perf/STL/string/ropes/rope.dat 2006-10-06 09:42:58 UTC (rev 1303) @@ -1,12 +1,12 @@ -64 0.856469 0.00781161 0.0405933 0.00813756 0.900463 0.0113391 -128 0.954854 0.00686926 0.0502919 0.006099 1.00881 0.0037407 -512 1.17712 0.01042 0.0585905 0.00695879 1.23868 0.00966412 -1024 1.2879 0.00794175 0.0594905 0.00635903 1.34975 0.0112685 -4096 1.50707 0.0146268 0.0727884 0.00845814 1.58267 0.0201896 -10240 1.61775 0.00532853 0.0802874 0.00672296 1.706 0.0101554 -20480 1.73054 0.0131799 0.0893861 0.00984952 1.82396 0.012307 -30420 1.69674 0.00828118 0.0959848 0.00803611 1.79945 0.0129784 -40960 1.83912 0.00917671 0.0861863 0.00972279 1.92981 0.0111313 -51200 1.76963 0.00794183 0.0929852 0.0109803 1.86689 0.0147391 -81920 1.9417 0.0137892 0.0950849 0.0102985 2.04682 0.0317644 -102400 1.88351 0.0137805 0.0909856 0.0139836 1.978 0.0218931 +64 0.370023 0.00544081 0.0008 0.0016 0.370634 0.00476445 +128 0.420826 0.00943249 0.0012 0.00183303 0.421463 0.00891382 +512 0.526432 0.0086169 0.0008 0.0016 0.527865 0.00938291 +1024 0.569635 0.00512278 0 0 0.570888 0.00497461 +4096 0.677642 0.0126752 0.0012 0.00183303 0.678286 0.0123211 +10240 0.728845 0.0114269 0.0016 0.00195959 0.730249 0.0115387 +20480 0.780448 0.0101906 0.0016 0.00195959 0.781828 0.00978731 +30420 0.774448 0.0134112 0 0 0.77406 0.0135556 +40960 0.828051 0.0121334 0.0012 0.00183303 0.830162 0.0115374 +51200 0.80445 0.0120607 0.0004 0.0012 0.803515 0.0117081 +81920 0.878455 0.00999277 0.0028 0.00256125 0.880538 0.00995902 +102400 0.855653 0.0150156 0.0016 0.0026533 0.857066 0.0144392 Modified: trunk/explore/perf/STL/string/ropes/string.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/string.dat 2006-10-06 09:40:54 UTC (rev 1302) +++ trunk/explore/perf/STL/string/ropes/string.dat 2006-10-06 09:42:58 UTC (rev 1303) @@ -1,12 +1,12 @@ -64 0.121881 0.00144568 0.002999 0.001 0.125067 0.00120836 -128 0.13028 0.001187 0.0025991 0.00135627 0.133424 0.00122767 -512 0.178172 0.0013263 0.001999 0.000894427 0.180559 0.00157697 -1024 0.241463 0.00143161 0.002899 0.00104403 0.245394 0.00240776 -4096 0.643702 0.0049753 0.003699 0.0011 0.648174 0.00613443 -10240 1.43808 0.0136218 0.0036989 0.00184644 1.44358 0.0138963 -20480 2.74948 0.0246234 0.0059987 0.00349245 2.75916 0.0264699 -30420 3.79882 0.0181532 0.0070984 0.00408469 3.81146 0.0196173 -40960 6.5504 0.106574 0.0124976 0.00480042 6.57256 0.108967 -51200 9.2109 0.102506 0.0104981 0.00642172 9.23429 0.104747 -81920 17.5322 0.0222022 0.0058986 0.00488712 17.5467 0.0310496 -102400 24.7198 0.0664344 0.0088981 0.00953219 24.7483 0.0993356 +64 0.0456024 0.00196008 0.0016 0.0026533 0.0483278 0.00290256 +128 0.048003 nan 0.0008 0.0016 0.0492497 0.000449646 +512 0.072404 0.0012 0.0004 0.0012 0.0729377 0.000489784 +1024 0.096806 0.0016 0 0 0.0970133 0.000468564 +4096 0.254416 0.00196008 0.0004 0.0012 0.255144 0.000961981 +10240 0.565235 0.00183303 0.002 0.002 0.567278 0.00116421 +20480 1.09927 0.00299365 0.0012 0.00183303 1.10049 0.00288882 +30420 1.5545 0.0026533 0.0008 0.0016 1.55436 0.00278651 +40960 2.38375 0.00605348 0.002 0.00268328 2.38543 0.00578375 +51200 3.10419 0.00692855 0.0016 0.0026533 3.10439 0.00555467 +81920 5.35393 0.0124203 0.0016 0.00195959 5.35531 0.0132326 +102400 6.90683 0.0160209 0.0012 0.00183303 6.90721 0.0166777 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <com...@us...> - 2006-10-13 15:08:12
|
Revision: 1320 http://svn.sourceforge.net/complement/?rev=1320&view=rev Author: complement Date: 2006-10-13 08:08:00 -0700 (Fri, 13 Oct 2006) Log Message: ----------- Linux 2.6.15-gentoo-r5-1 #2 SMP Fri Mar 10 17:11:28 UTC 2006 x86_64 AMD Opteron(tm) Processor 252 AuthenticAMD GNU/Linux processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 37 model name : AMD Opteron(tm) Processor 252 stepping : 1 cpu MHz : 2589.259 cache size : 1024 KB 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 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni bogomips : 5188.73 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 processor : 1 vendor_id : AuthenticAMD cpu family : 15 model : 37 model name : AMD Opteron(tm) Processor 252 stepping : 1 cpu MHz : 2589.259 cache size : 1024 KB 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 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni bogomips : 5178.80 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 c++ (GCC) 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Modified Paths: -------------- trunk/explore/perf/STL/string/ropes/libstdc++.dat trunk/explore/perf/STL/string/ropes/rope.dat trunk/explore/perf/STL/string/ropes/string.dat Modified: trunk/explore/perf/STL/string/ropes/libstdc++.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/libstdc++.dat 2006-10-13 14:34:59 UTC (rev 1319) +++ trunk/explore/perf/STL/string/ropes/libstdc++.dat 2006-10-13 15:08:00 UTC (rev 1320) @@ -1,12 +1,12 @@ -64 0.0028 0.00183303 0.0008 0.0016 0.0037359 5.32362e-05 -128 0.0026 0.00190788 0.0012 0.00183303 0.003747 6.15971e-05 -512 0.00226667 0.00198214 0.00146667 0.00192758 0.00379387 9.99682e-05 -1024 0.0025 0.00193649 0.0013 0.0018735 0.00380892 0.000108585 -4096 0.00248 0.00194155 0.00128 0.0018659 0.00380212 0.000115055 -10240 0.00253333 0.00192758 0.0012 0.00183303 0.00380368 0.000114968 -20480 0.00245714 0.00194705 0.00131429 0.00187878 0.0038014 0.000115398 -30420 0.00245 0.00194872 0.0012 0.00183303 0.00381678 0.000118478 -40960 0.0024 0.00195959 0.00128889 0.00186931 0.00381452 0.000119192 -51200 0.0024 0.00195959 0.00128 0.0018659 0.00380792 0.000121119 -81920 0.00243636 0.00195182 0.00127273 0.00186308 0.00381109 0.000124534 -102400 0.00246667 0.00194479 0.00123333 0.00184722 0.00381041 0.000126705 +64 0.074404 0.00195959 0.0008 0.0016 0.0747926 0.00171569 +128 0.0630035 0.011585 0.001 0.00214476 0.0635377 0.0113328 +512 0.0637369 0.00990308 0.0008 0.00190438 0.0674823 0.0128627 +1024 0.0693039 0.0129433 0.0007 0.00176352 0.0720234 0.013652 +4096 0.0960056 0.0546557 0.00104 0.00208768 0.0986551 0.0546455 +10240 0.153942 0.138833 0.00113333 0.00207739 0.156331 0.138286 +20480 0.255273 0.279527 0.000971429 0.00196375 0.257243 0.278384 +30420 0.382523 0.426285 0.00095 0.00192289 0.384332 0.425292 +40960 0.565102 0.654377 0.000933333 0.00189033 0.567033 0.654076 +51200 0.795129 0.928227 0.001 0.00190788 0.797009 0.927922 +81920 1.18909 1.52819 0.00101818 0.00190206 1.19125 1.52874 +102400 1.63113 2.07128 0.00126667 0.00224994 1.63425 2.07391 Modified: trunk/explore/perf/STL/string/ropes/rope.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/rope.dat 2006-10-13 14:34:59 UTC (rev 1319) +++ trunk/explore/perf/STL/string/ropes/rope.dat 2006-10-13 15:08:00 UTC (rev 1320) @@ -1,12 +1,12 @@ -64 0.368423 0.00417633 0.0004 0.0012 0.369449 0.00394665 -128 0.418426 0.00624858 0.0008 0.0016 0.417902 0.0061371 -512 0.522432 0.00542614 0.0008 0.0016 0.523367 0.00398273 -1024 0.572435 0.00454354 0.0008 0.0016 0.571973 0.00389057 -4096 0.674442 0.00763221 0.0008 0.0016 0.679731 0.00804261 -10240 0.728845 0.00775667 0.0008 0.0024 0.730377 0.008232 -20480 0.772448 0.0041764 0.0008 0.0016 0.77396 0.00437236 -30420 0.763247 0.00815905 0.0008 0.0016 0.763165 0.00775437 -40960 0.830851 0.0153944 0.0004 0.0012 0.831359 0.0157716 -51200 0.795649 0.00488297 0.0008 0.0024 0.801854 0.0119878 -81920 0.883655 0.0121926 0.0004 0.0012 0.884638 0.012967 -102400 0.868054 0.0238679 0.0036 0.00488262 0.875582 0.0259766 +64 0.372423 0.00768411 0.0008 0.0016 0.372985 0.0068754 +128 0.423626 0.0106515 0 0 0.424195 0.00964517 +512 0.527633 0.0098718 0.0012 0.00183303 0.527863 0.00945805 +1024 0.578835 0.00694023 0.0012 0.00183303 0.581022 0.00813797 +4096 0.680042 0.0080004 0.0008 0.0016 0.681531 0.00872759 +10240 0.733245 0.00877312 0.0024 0.0026533 0.73704 0.00865642 +20480 0.779648 0.00747322 0 0 0.78016 0.00761559 +30420 0.760447 0.00332288 0.0004 0.0012 0.760658 0.00208519 +40960 0.831652 0.0120605 0.0024 0.0026533 0.834419 0.0130641 +51200 0.800449 0.00937292 0.0004 0.0012 0.800676 0.00873566 +81920 0.881655 0.0091569 0.0016 0.00195959 0.883449 0.00930613 +102400 0.850453 0.00933015 0.0008 0.0016 0.851171 0.0102075 Modified: trunk/explore/perf/STL/string/ropes/string.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/string.dat 2006-10-13 14:34:59 UTC (rev 1319) +++ trunk/explore/perf/STL/string/ropes/string.dat 2006-10-13 15:08:00 UTC (rev 1320) @@ -1,12 +1,12 @@ -64 0.0476029 0.0012003 0.0004 0.0012 0.0504691 0.00812387 -128 0.0476028 0.0021544 0.002 0.002 0.0492071 0.000396097 -512 0.072804 0.0016 0.0004 0.0012 0.0731627 0.000761104 -1024 0.096006 nan 0.0008 0.0016 0.0971433 0.000625459 -4096 0.253615 0.00196008 0.0004 0.0012 0.254876 0.000437594 -10240 0.570035 0.00764236 0.0012 0.00183303 0.575286 0.014181 -20480 1.09887 0.00947476 0.0016 0.00195959 1.10457 0.00952938 -30420 1.5489 0.00499641 0.0008 0.0016 1.54963 0.00506789 -40960 2.38615 0.00600027 0.0012 0.00256125 2.38694 0.00633084 -51200 3.10819 0.0107338 0.0016 0.00195959 3.11048 0.0130571 -81920 5.52394 0.0119272 0.0024 0.00195959 5.53019 0.0176862 -102400 7.10324 0.0276017 0.0056 0.0048 7.13157 0.0330156 +64 0.0456024 0.00196008 0.0012 0.00183303 0.0470795 0.000437489 +128 0.048803 0.0016 0.0004 0.0012 0.0490434 0.000456921 +512 0.070804 0.00183303 0.0008 0.0016 0.0724004 0.000873444 +1024 0.0960057 0.00357804 0.0012 0.00183303 0.100887 0.0110815 +4096 0.253615 0.00196008 0.0004 0.0012 0.254173 0.001052 +10240 0.565235 0.00183303 0.0008 0.0016 0.566441 0.000821542 +20480 1.10167 0.0101513 0.0008 0.0016 1.10331 0.00939191 +30420 1.5505 0.00407965 0.0004 0.0012 1.55116 0.00526871 +40960 2.38055 0.00747298 0.0008 0.0016 2.39448 0.0326602 +51200 3.10939 0.00930436 0.0012 0.00183303 3.11128 0.00828456 +81920 5.52394 0.00605343 0.0024 0.0026533 5.53126 0.00853365 +102400 7.09884 0.0101515 0.004 0.00357771 7.10764 0.0165481 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |