[complement-svn] SF.net SVN: complement: [1334] trunk/explore/perf/STL
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-10-17 06:49:07
|
Revision: 1334 http://svn.sourceforge.net/complement/?rev=1334&view=rev Author: complement Date: 2006-10-16 23:48:45 -0700 (Mon, 16 Oct 2006) Log Message: ----------- Linux fighter 2.6.16.26 #3 SMP Tue Sep 5 23:23:37 MSD 2006 i686 athlon-4 i386 GNU/Linux processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 6 model name : AMD Athlon(tm) MP 1500+ stepping : 2 cpu MHz : 1333.544 cache size : 256 KB bogomips : 2670.45 processor : 1 vendor_id : AuthenticAMD cpu family : 6 model : 6 model name : AMD Athlon(tm) Processor stepping : 2 cpu MHz : 1333.544 cache size : 256 KB bogomips : 2667.14 c++ (GCC) 4.1.1 Modified Paths: -------------- trunk/explore/perf/STL/compare.tex trunk/explore/perf/STL/string/STLport-malloc.dat trunk/explore/perf/STL/string/STLport-newalloc.dat trunk/explore/perf/STL/string/STLport-ropes.dat trunk/explore/perf/STL/string/STLport.dat trunk/explore/perf/STL/string/libstd++.dat trunk/explore/perf/STL/string/ropes/libstdc++.dat trunk/explore/perf/STL/string/ropes/rope.dat trunk/explore/perf/STL/string/ropes/string.dat trunk/explore/perf/STL/string-MT/STLport-malloc.dat trunk/explore/perf/STL/string-MT/STLport-newalloc.dat trunk/explore/perf/STL/string-MT/STLport-ropes.dat trunk/explore/perf/STL/string-MT/STLport.dat trunk/explore/perf/STL/string-MT/libstd++.dat Modified: trunk/explore/perf/STL/compare.tex =================================================================== --- trunk/explore/perf/STL/compare.tex 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/compare.tex 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,4 +1,4 @@ -% -*- LaTeX -*- Time-stamp: <06/10/17 00:43:24 ptr> +% -*- LaTeX -*- Time-stamp: <06/10/17 01:47:22 ptr> \documentclass[a4paper]{article} @@ -520,17 +520,23 @@ \begin{itemize} \item for processing long strings (greater than 50K) the best choice is ropes; - \item if you use strings with sizes 1K--50K then strings implementation in + \item if you use strings with sizes $0.5$K--$50$K then strings implementation in \libstd{} is a best choice; this will be good too if you only pass strings as parameters, without modifictions; - \item if you work (modify) strings with sizes less then 1K, - the strings from \STLport{} are for you. + \item if you work (modify) strings with sizes less then $0.5$K, + the strings from \STLport{} are for you; + \item the time of advantage of \texttt{node\_alloc} in \STLport{} is in the past; + progress in allocation algorithms in core system eliminate positive + effect of \texttt{node\_alloc} in single-threaded applications and + significant advantage of core system allocators in multi-threaded + applications. \end{itemize} As for streams, we see that format output to file show near the same time for \STLport{}, \libstd{} and (even!) C \verb|fprintf|. For raw write the \STLport's implementation is a bit better than \libstd{} (and both are -significant better than C \verb|fwrite|). With raw write to string stream +significant better than C \verb|fwrite| and all has huge advantage over +unbuffered output). With raw write to string stream (or in char buffer in case of C) the pure C variant is 3--4 times faster. % As about Intel$^{\mbox{\tiny\textregistered}}$ vs. AMD$^{\mbox{\tiny\textregistered}}$, no comments---see figure~\ref{intel-amd} on page~\pageref{intel-amd}. Modified: trunk/explore/perf/STL/string/STLport-malloc.dat =================================================================== --- trunk/explore/perf/STL/string/STLport-malloc.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string/STLport-malloc.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,5 +1,6 @@ -1 2.28974 0.0246722 0.203212 0.0278183 2.53028 0.0758674 -2 2.74457 0.0954451 0.0028 0.0031241 2.82128 0.164954 -3 2.42935 0.049255 0 0 2.4443 0.0444326 -4 1.93572 0.177914 0.0012 0.00183303 1.93993 0.176626 -5 0.918057 0.0764927 0.0016 0.00195959 0.94969 0.100726 +1 4.15706 0.0245159 0.291618 0.024753 4.45047 0.0145832 +2 5.99197 0.00847623 0.0116003 0.00680037 6.00745 0.0125124 +3 5.53715 0.0619407 0.0028 0.00401995 5.54212 0.061754 +4 4.32507 0.0118398 0.004 0.004 4.33124 0.0103204 +5 2.28694 0.0929236 0.0012 0.00183303 2.29032 0.0918935 +7 7.9517 0.120829 0.0044 0.0028 7.95899 0.120235 Modified: trunk/explore/perf/STL/string/STLport-newalloc.dat =================================================================== --- trunk/explore/perf/STL/string/STLport-newalloc.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string/STLport-newalloc.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,5 +1,5 @@ -1 2.30774 0.0125801 0.202412 0.0251221 2.52446 0.0544962 -2 2.69617 0.054262 0.0016 0.00195959 2.74277 0.0544672 -3 2.43135 0.0414097 0.0044002 0.011927 2.50599 0.0864516 -4 1.79371 0.0286905 0.0004 0.0012 1.82842 0.0411055 -5 0.904056 0.0203974 0.0004 0.0012 0.910167 0.0178369 +1 4.15506 0.047603 0.288818 0.0333152 4.44522 0.0276581 +2 6.03278 0.0229413 0.0072001 0.00466495 6.04101 0.0217808 +3 5.57675 0.174252 0.0064001 0.00542611 5.58463 0.171615 +4 4.49668 0.0195521 0.0036 0.0028 4.50097 0.0188424 +5 2.38815 0.196135 0.004 0.00357771 2.39252 0.197062 Modified: trunk/explore/perf/STL/string/STLport-ropes.dat =================================================================== --- trunk/explore/perf/STL/string/STLport-ropes.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string/STLport-ropes.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,5 +1,5 @@ -1 15.3446 0.068717 0.449228 0.0396025 15.9043 0.146987 -2 7.53767 0.0579154 0.0032 0.00466476 7.63046 0.119687 -3 8.86575 0.0324513 0.0016 0.00195959 8.87191 0.029542 -4 0.48363 0.0181075 0.0004 0.0012 0.483822 0.0179977 -5 0.251215 0.0190001 0.0004 0.0012 0.252004 0.0180948 +1 38.4728 0.133361 0.81165 0.997886 46.2315 21.6565 +2 16.1746 0.0511092 0.0040001 0.00473312 16.1881 0.0564046 +3 26.336 0.358706 0.002 0.00268328 26.3507 0.365177 +4 1.11407 0.00572744 0.0068001 0.00670548 1.12812 0.0176484 +5 0.602837 0.00820789 0.0024 0.00195959 0.614937 0.0274884 Modified: trunk/explore/perf/STL/string/STLport.dat =================================================================== --- trunk/explore/perf/STL/string/STLport.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string/STLport.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,9 +1,9 @@ -1 2.31094 0.0286821 0.198012 0.0399326 2.58618 0.150026 -2 2.72257 0.0969052 0.0012 0.00183303 2.7285 0.0933664 -3 2.39375 0.0399707 0.0004 0.0012 2.42329 0.0324631 -4 1.5629 0.0886766 0.0052002 0.0117377 1.60486 0.122767 -5 0.757647 0.0217783 0.0040001 0.00565707 0.791689 0.0702165 -6 0.529232 0.00820812 0.0004 0.0012 0.529115 0.00753572 -7 1.08567 0.0142219 0.0032001 0.00466504 1.10422 0.0299288 -8 2.95098 0.033709 0.0012 0.00183303 2.96021 0.0398591 -9 1.70531 0.00820779 0.0052001 0.00820759 1.73507 0.0393262 +1 4.17906 0.040164 0.281617 0.0302119 4.46209 0.0267408 +2 6.05598 0.011378 0.004 0.00178885 6.06214 0.0109979 +3 5.40994 0.0137645 0.0048 0.00299333 5.41547 0.013554 +4 4.05905 0.0126562 0.002 0.002 4.06249 0.0127971 +5 2.06333 0.00733256 0.0032 0.0016 2.06686 0.0075237 +6 1.28208 0.00368798 0.0036 0.00215407 1.2859 0.00378534 +7 3.56662 0.0217048 0.0044 0.00417612 3.57178 0.0203811 +8 7.78049 0.0417638 0.0040001 0.00473312 7.78705 0.0388537 +9 4.66909 0.0441768 0.0048001 0.00587897 4.67489 0.0491 Modified: trunk/explore/perf/STL/string/libstd++.dat =================================================================== --- trunk/explore/perf/STL/string/libstd++.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string/libstd++.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,9 +1,9 @@ -1 2.08213 0.0199413 0.197212 0.0194372 2.31098 0.108541 -2 9.73021 0.065026 0.0044 0.0028 9.7968 0.105275 -3 4.94631 0.126338 0.0008 0.0024 5.02179 0.169225 -4 0.448428 0.00703188 0.0016 0.0026533 0.462126 0.0245025 -5 0.232414 0.00215407 0.0008 0.0016 0.237898 0.00753118 -6 0.444827 0.0016004 0.0004 0.0012 0.449459 0.00628683 -7 0.444827 0.0016004 0.0004 0.0012 0.449459 0.00628683 -8 4.32187 0.131293 0.0016 0.0026533 4.34871 0.124114 -9 4.32187 0.131293 0.0016 0.0026533 4.34871 0.124114 +1 3.31181 0.037842 0.307219 0.025664 3.7788 0.482719 +2 16.181 0.0611397 0.0164007 0.0166334 16.2299 0.0742153 +3 13.9601 0.260384 0.0056001 0.00624843 13.9818 0.251885 +4 1.16087 0.00560026 0.0024 0.00366606 1.16402 0.00563782 +5 0.592037 0.00473329 0.002 0.002 0.594456 0.00395796 +6 1.15887 0.00694014 0.004 0.00357771 1.16275 0.00746458 +7 1.15887 0.00694014 0.004 0.00357771 1.16275 0.00746458 +8 10.8259 0.133324 0.0028 0.0031241 10.832 0.134483 +9 10.8259 0.133324 0.0028 0.0031241 10.832 0.134483 Modified: trunk/explore/perf/STL/string/ropes/libstdc++.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/libstdc++.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string/ropes/libstdc++.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,12 +1,12 @@ -64 0.074404 0.0026533 0.0008 0.0016 0.0749508 0.00173595 -128 0.0628035 0.0118056 0.0008 0.0016 0.0634294 0.0115921 -512 0.0638703 0.00982466 0.000533333 0.00135974 0.0644572 0.00959049 -1024 0.069204 0.0125927 0.0009 0.00167033 0.0699247 0.0126007 -4096 0.0961656 0.0550928 0.00088 0.00165699 0.0970222 0.0553574 -10240 0.154009 0.138777 0.000933333 0.00169181 0.154938 0.139022 -20480 0.254758 0.278233 0.00114286 0.00215331 0.255826 0.278642 -30420 0.382223 0.425995 0.0011 0.00209523 0.384542 0.428964 -40960 0.565102 0.654879 0.00106667 0.00204831 0.569649 0.661677 -51200 0.795049 0.92837 0.00112 0.00204587 0.800308 0.934306 -81920 1.18833 1.5265 0.00109091 0.00201154 1.19533 1.53433 -102400 1.63063 2.07075 0.00116667 0.00215381 1.63836 2.07776 +64 0.100806 0.00299333 0.0060002 0.0114897 0.121107 0.0545074 +128 0.103406 0.00405473 0.0046001 0.00860506 0.115436 0.0389932 +512 0.113873 0.0152406 0.0037334 0.00729843 0.122954 0.0336089 +1024 0.130008 0.0310246 0.00330005 0.00644311 0.137414 0.0384821 +4096 0.212733 0.16777 0.00328004 0.00591646 0.219322 0.167403 +10240 0.371423 0.386778 0.00346672 0.00572583 0.377715 0.38612 +20480 0.66307 0.799892 0.00320004 0.00543451 0.668947 0.798717 +30420 1.35698 1.98267 0.00305004 0.00518649 1.36265 1.98174 +40960 2.1456 2.91033 0.00288892 0.00499006 2.15116 2.90953 +51200 2.97883 3.72451 0.109767 0.322104 3.09131 3.94643 +81920 5.96383 10.0969 1.96067 5.86502 7.9283 15.7558 +102400 10.1386 16.8903 3.68173 8.00844 13.8255 24.7041 Modified: trunk/explore/perf/STL/string/ropes/rope.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/rope.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string/ropes/rope.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,12 +1,12 @@ -64 0.370423 0.00512289 0.0012 0.00183303 0.371235 0.00657243 -128 0.417626 0.00571344 0.0012 0.00183303 0.419254 0.00552474 -512 0.521232 0.0067056 0.0008 0.0016 0.522763 0.00572293 -1024 0.576836 0.00711099 0.0012 0.00183303 0.593725 0.0342332 -4096 0.679242 0.0139493 0.0008 0.0016 0.696758 0.0310046 -10240 0.735646 0.0172011 0.0012 0.00183303 0.739894 0.0206492 -20480 0.781248 0.0135124 0.0024 0.00195959 0.782534 0.0132757 -30420 0.772448 0.015946 0.0004 0.0012 0.772377 0.0163696 -40960 0.835652 0.01425 0.0008 0.0016 0.836115 0.0151526 -51200 0.80725 0.0156777 0 0 0.807903 0.0143685 -81920 0.887655 0.0173861 0.0068003 0.0091306 0.92308 0.0391737 -102400 0.856453 0.0146924 0.0004 0.0012 0.858245 0.0143435 +64 1.02886 0.00688244 0.0032 0.00299333 1.03165 0.00799225 +128 1.14087 0.00711095 0.002 0.00268328 1.14404 0.00566074 +512 1.40489 0.00499641 0.0036 0.00417612 1.40916 0.00508287 +1024 1.5385 0.00804046 0.0028 0.00401995 1.54323 0.00707439 +4096 1.79291 0.00711093 0.0024 0.00195959 1.7958 0.00716246 +10240 1.92572 0.00697472 0.0024 0.00195959 1.92947 0.00754328 +20480 2.05493 0.0082077 0.0024 0.0026533 2.05723 0.00710228 +30420 2.02253 0.00512269 0.0008 0.0016 2.02537 0.00518897 +40960 2.17214 0.00645024 0.002 0.002 2.1744 0.00605553 +51200 2.10493 0.0112861 0.0028 0.00183303 2.10906 0.00976126 +81920 2.29574 0.00454331 0.0012 0.00183303 2.29743 0.00594112 +102400 2.24134 0.00670557 0.0016 0.00195959 2.24374 0.00708599 Modified: trunk/explore/perf/STL/string/ropes/string.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/string.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string/ropes/string.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,12 +1,12 @@ -64 0.0472028 0.0016004 0.0004 0.0012 0.0480092 0.000727265 -128 0.048403 0.0012 0.0012 0.00183303 0.0493485 0.00043463 -512 0.071604 0.0012 0.0016 0.00195959 0.0731308 0.000763284 -1024 0.096806 0.0016 0.0004 0.0012 0.0973981 0.00104813 -4096 0.254016 0.0020005 0.0012 0.00183303 0.258154 0.00918671 -10240 0.566835 0.00360026 0.0016 0.00195959 0.569582 0.00559529 -20480 1.09607 0.00438196 0 0 1.10263 0.0181679 -30420 1.5517 0.00488301 0.0012 0.00256125 1.56166 0.022898 -40960 2.38455 0.00809011 0.0016 0.0026533 2.38753 0.00995547 -51200 3.10819 0.00737596 0.0016 0.0026533 3.13264 0.0370036 -81920 5.58315 0.0173491 0.0252013 0.0400843 5.67264 0.0932117 -102400 7.17405 0.0175465 0.0052001 0.00840027 7.20446 0.0429354 +64 0.0748042 0.00312443 0.0016 0.0026533 0.0843156 0.0238957 +128 0.086005 0.002 0.0024 0.0026533 0.0881502 0.00260921 +512 0.139608 0.00280031 0.004 0.00252982 0.143301 0.0011302 +1024 0.217613 0.00195959 0.0028 0.00256125 0.220388 0.0023365 +4096 0.680842 0.00391937 0.0016 0.00195959 0.682749 0.00452557 +10240 1.6497 0.076596 0.0040001 0.00692849 1.65561 0.07492 +20480 3.43861 0.0578089 0.0044001 0.00488286 3.44421 0.0604491 +30420 4.39107 0.0238711 0.002 0.00268328 4.39528 0.0225837 +40960 8.41773 0.0830097 0.0012 0.00183303 8.42173 0.0828798 +51200 11.6355 0.116077 0.0056 0.00195959 11.6445 0.116809 +81920 22.659 0.164012 0.002 0.00268328 22.6668 0.163658 +102400 33.0101 0.0675794 0.0028 0.00256125 33.0225 0.0665109 Modified: trunk/explore/perf/STL/string-MT/STLport-malloc.dat =================================================================== --- trunk/explore/perf/STL/string-MT/STLport-malloc.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string-MT/STLport-malloc.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,5 +1,6 @@ -1 4.61509 0.0244671 0.396824 0.0303494 2.58227 0.112393 -2 0 0 0 0 0.000226 2.5044e-05 -3 5.08512 0.469943 0.0016 0.00366606 2.64731 0.314747 -4 5.75676 1.21097 0.0340018 0.0297339 4.05433 0.597687 -5 3.37541 0.609803 0.0028 0.00256125 1.91545 0.196578 +1 8.40252 0.0420406 0.96246 0.401248 4.96751 0.70178 +2 0 0 0.0004 0.0012 0.002307 0.00567755 +3 13.1612 3.35447 0.0080002 0.00536694 6.68921 1.79517 +4 10.4419 1.91468 0.0060001 0.00651174 5.34985 1.09376 +5 4.53468 0.0194495 0.0044 0.0012 2.28911 0.0113522 +7 17.4703 1.75348 0.0100002 0.00544088 8.79241 0.905173 Modified: trunk/explore/perf/STL/string-MT/STLport-newalloc.dat =================================================================== --- trunk/explore/perf/STL/string-MT/STLport-newalloc.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string-MT/STLport-newalloc.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,5 +1,5 @@ -1 0 0 0.0004 0.0012 0.0001642 6.28967e-06 -2 0.0004 0.0012 0 0 0.000168 8.13634e-06 -3 0 0 0 0 0.0017253 0.00468624 -4 0 0 0 0 0.0033214 0.00631393 -5 0.0004 0.0012 0 0 0.0001648 6.74981e-06 +1 0 0 0.0004 0.0012 0.0024018 0.00595591 +2 0.0004 0.0012 0 0 0.00113 0.00220707 +3 0 0 0 0 0.0014289 0.00313837 +4 0.0004 0.0012 0 0 0.0022156 0.00544453 +5 0.0004 0.0012 0 0 0.0022303 0.00549463 Modified: trunk/explore/perf/STL/string-MT/STLport-ropes.dat =================================================================== --- trunk/explore/perf/STL/string-MT/STLport-ropes.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string-MT/STLport-ropes.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,5 +1,5 @@ -1 92.6402 4.38415 0.938058 0.0701414 48.7245 0.986398 -2 15.5446 0.0462873 0.0052001 0.00594668 8.45295 0.585164 -3 149.629 15.6462 0.0752041 0.0526089 77.4415 6.31081 -4 0.980461 0.00937286 0.0024 0.0026533 0.499113 0.00449966 -5 0.496431 0.0124524 0.0008 0.0016 0.25924 0.0131223 +1 151.839 3.11779 39.4769 2.9413 701.946 122.957 +2 35.1442 0.0658343 0.144809 0.154741 19.073 0.166006 +3 273.087 3.17225 0.422826 0.624575 137.387 1.37411 +4 2.27094 0.0080104 0.0068001 0.00402018 1.16269 0.0365398 +5 1.18287 0.00360042 0.006 0.00409878 0.613921 0.0322286 Modified: trunk/explore/perf/STL/string-MT/STLport.dat =================================================================== --- trunk/explore/perf/STL/string-MT/STLport.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string-MT/STLport.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,9 +1,9 @@ -1 4.66629 0.0276712 0.373623 0.0273192 2.60623 0.119774 -2 0 0 0.0004 0.0012 0.0002158 2.68842e-05 -3 8.88776 0.482234 0.0016 0.0026533 4.4993 0.26795 -4 32.2844 1.37254 0.0024 0.00366606 16.4843 0.628127 -5 19.7612 2.28483 0.0016 0.00366606 10.041 1.0878 -6 1.04607 0.0032249 0.0004 0.0012 0.526378 0.00290039 -7 8.99536 1.81206 0.0004 0.0012 5.0254 0.886397 -8 36.3979 2.42634 0.0072002 0.00754752 18.6017 0.997204 -9 12.0148 1.26027 0.0072003 0.00775673 6.39541 0.567919 +1 8.45413 0.0636832 0.841252 0.0635536 4.69681 0.0123069 +2 0 0 0.0004 0.0012 0.0023791 0.00594233 +3 18.6964 0.45567 0.0128005 0.00587918 9.88164 0.249014 +4 65.3573 2.81207 0.0420022 0.0169952 32.8859 1.40916 +5 27.1641 3.23243 0.0204009 0.0120606 13.7122 1.66887 +6 2.53256 0.0028 0.0012 0.00183303 1.28451 0.0168405 +7 75.2971 1.01556 0.051603 0.0368132 37.9191 0.468911 +8 66.3165 1.56553 0.0424022 0.0239481 33.2749 0.770332 +9 22.0258 0.161011 0.0132004 0.00996858 11.1085 0.110625 Modified: trunk/explore/perf/STL/string-MT/libstd++.dat =================================================================== --- trunk/explore/perf/STL/string-MT/libstd++.dat 2006-10-17 06:45:48 UTC (rev 1333) +++ trunk/explore/perf/STL/string-MT/libstd++.dat 2006-10-17 06:48:45 UTC (rev 1334) @@ -1,9 +1,9 @@ -1 4.15866 0.0217046 0.421226 0.0256173 2.33339 0.00627724 -2 0 0 0 0 0.000219 2.99333e-05 -3 15.0613 2.49848 0.0036 0.00488262 7.66571 1.17504 -4 0.896456 0.0163425 0.0004 0.0012 0.456319 0.0154566 -5 0.465229 0.00183303 0 0 0.235501 0.00233858 -6 3.36381 0.805485 0.0012 0.00183303 1.83618 0.444846 -7 3.36381 0.805485 0.0012 0.00183303 1.83618 0.444846 -8 12.9048 1.56024 0.0156008 0.0198769 6.91651 0.847853 -9 12.9048 1.56024 0.0156008 0.0198769 6.91651 0.847853 +1 6.77202 0.0625741 1.01846 0.19914 4.06586 0.267526 +2 0 0 0.0012 0.00183303 0.0051849 0.0141821 +3 36.4871 10.8187 0.0432023 0.0404718 18.3421 5.41833 +4 2.29214 0.00593316 0.0028 0.00183303 1.16165 0.0224047 +5 1.16847 0.00280031 0.0044 0.00332265 0.597379 0.0126797 +6 2.29494 0.00694006 0.0044001 0.00454338 1.16298 0.0209739 +7 2.29494 0.00694006 0.0044001 0.00454338 1.16298 0.0209739 +8 28.2342 6.01936 0.0208008 0.0118396 14.2942 3.04222 +9 28.2342 6.01936 0.0208008 0.0118396 14.2942 3.04222 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |