[complement-svn] SF.net SVN: complement: [1335] trunk/explore/perf/STL
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-10-17 09:22:26
|
Revision: 1335 http://svn.sourceforge.net/complement/?rev=1335&view=rev Author: complement Date: 2006-10-17 02:22:10 -0700 (Tue, 17 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 cpu MHz : 2589.259 cache size : 1024 KB bogomips : 5188.73 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual processor : 1 vendor_id : AuthenticAMD cpu family : 15 model : 37 model name : AMD Opteron(tm) Processor 252 cpu MHz : 2589.259 cache size : 1024 KB bogomips : 5178.80 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual c++ (GCC) 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8) Modified Paths: -------------- trunk/explore/perf/STL/compare.tex trunk/explore/perf/STL/strings.gplot Added Paths: ----------- trunk/explore/perf/STL/stream/STLport-AMD64.dat trunk/explore/perf/STL/stream/STLport-malloc-AMD64.dat trunk/explore/perf/STL/stream/libstdc++-AMD64.dat trunk/explore/perf/STL/stream/stdio-AMD64.dat trunk/explore/perf/STL/stream/unistd-AMD64.dat trunk/explore/perf/STL/string/STLport-AMD64.dat trunk/explore/perf/STL/string/STLport-malloc-AMD64.dat trunk/explore/perf/STL/string/STLport-newalloc-AMD64.dat trunk/explore/perf/STL/string/STLport-ropes-AMD64.dat trunk/explore/perf/STL/string/libstdc++-AMD64.dat trunk/explore/perf/STL/string/ropes/libstdc++-AMD64.dat trunk/explore/perf/STL/string/ropes/rope-AMD64.dat trunk/explore/perf/STL/string/ropes/string-AMD64.dat trunk/explore/perf/STL/string-MT/STLport-AMD64.dat trunk/explore/perf/STL/string-MT/STLport-malloc-AMD64.dat trunk/explore/perf/STL/string-MT/STLport-newalloc-AMD64.dat trunk/explore/perf/STL/string-MT/STLport-ropes-AMD64.dat trunk/explore/perf/STL/string-MT/libstdc++-AMD64.dat Modified: trunk/explore/perf/STL/compare.tex =================================================================== --- trunk/explore/perf/STL/compare.tex 2006-10-17 06:48:45 UTC (rev 1334) +++ trunk/explore/perf/STL/compare.tex 2006-10-17 09:22:10 UTC (rev 1335) @@ -23,7 +23,7 @@ \newcommand{\CPP}{\mbox{{C}{+}{+}}} \title{Comparison of Strings Implementations \\ in \CPP{} language} -\author{Petr Ovtchenkov} +\author{Petr Ovtchenkov\footnote{\copiright{} Petr Ovtchenkov, 2003--2006. Licensed under the Academic Free License version 3{.}0.}} \begin{document} @@ -147,14 +147,14 @@ \label{STLport-gpp-strings}} \end{figure} -%\begin{figure} -% \begin{center} -% \input intel-amd.tex -% \end{center} -% \caption{Comparison of two x86 platforms. See platforms description -% on page~\pageref{AMD}. This graphics show that higher frequency isn't -% synonym of better perfomance\label{intel-amd}} -%\end{figure} +\begin{figure} + \begin{center} + \input amd-amd64.tex + \end{center} + \caption{Progress of systems over 3 years: two processors systems. See platforms description + on page~\pageref{AMD}. This graphics show that higher frequency isn't + synonym of better perfomance\label{amd-amd64}} +\end{figure} \subsection{String copy\label{params-string} (test \#4)} Added: trunk/explore/perf/STL/stream/STLport-AMD64.dat =================================================================== --- trunk/explore/perf/STL/stream/STLport-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/stream/STLport-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,3 @@ +1 1.10927 0.0204014 0.0832049 0.015264 1.19445 0.0126246 +2 0.399625 0.0192221 0.228014 0.022487 0.627461 0.00474202 +3 0.659241 0.0186601 0.0920055 0.0161007 0.752065 0.010266 Added: trunk/explore/perf/STL/stream/STLport-malloc-AMD64.dat =================================================================== --- trunk/explore/perf/STL/stream/STLport-malloc-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/stream/STLport-malloc-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,3 @@ +1 1.25848 0.0125484 0.0860051 0.00824667 1.34503 0.0118199 +2 0.410025 0.0222904 0.216013 0.0224157 0.632278 0.0189878 +3 0.64604 0.0148872 0.0684039 0.0134411 0.713965 0.0103832 Added: trunk/explore/perf/STL/stream/libstdc++-AMD64.dat =================================================================== --- trunk/explore/perf/STL/stream/libstdc++-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/stream/libstdc++-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,3 @@ +1 1.72491 0.0189158 0.0716042 0.0152272 1.79545 0.0143403 +2 0.756447 0.0223047 0.16521 0.0240048 0.976483 0.160362 +3 0.48243 0.0525603 0.0880051 0.0117311 0.571927 0.0568406 Added: trunk/explore/perf/STL/stream/stdio-AMD64.dat =================================================================== --- trunk/explore/perf/STL/stream/stdio-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/stream/stdio-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,3 @@ +1 1.90212 0.00880968 0.0444023 0.00520036 1.94724 0.00757642 +2 0.286418 0.0121598 0.0888053 0.0132433 0.375206 0.00403593 +3 0.0632036 0.00835288 0.0864049 0.00842917 0.151482 0.00761303 Added: trunk/explore/perf/STL/stream/unistd-AMD64.dat =================================================================== --- trunk/explore/perf/STL/stream/unistd-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/stream/unistd-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1 @@ +2 0.391224 0.0298172 36.9271 1.4943 37.4307 1.44786 Added: trunk/explore/perf/STL/string/STLport-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string/STLport-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string/STLport-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,9 @@ +1 2.31294 0.0204601 0.196412 0.0211258 2.51073 0.0128756 +2 2.78857 0.0955623 0.0016 0.00195959 2.79022 0.0957759 +3 2.43055 0.00407965 0.0008 0.0016 2.43029 0.00310979 +4 1.50169 0.0601423 0 0 1.50337 0.0599721 +5 0.738846 0.0108892 0.0008 0.0024 0.739827 0.0121956 +6 0.525232 0.00646278 0.0004 0.0012 0.526137 0.00594654 +7 1.08167 0.0107635 0.0016 0.00195959 1.08324 0.0120901 +8 2.92458 0.0362437 0.0016 0.00195959 2.92567 0.0357249 +9 1.69651 0.00417654 0.0008 0.0016 1.69739 0.00398463 Added: trunk/explore/perf/STL/string/STLport-malloc-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string/STLport-malloc-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string/STLport-malloc-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,9 @@ +1 2.28814 0.0288462 0.203212 0.0321914 2.49053 0.0123963 +2 2.81018 0.0673007 0 0 2.81024 0.068056 +3 2.44495 0.0333151 0 0 2.44611 0.0327827 +4 1.96972 0.13614 0.0016 0.00195959 1.97136 0.135493 +5 0.891255 0.0546089 0.0012 0.00183303 0.892195 0.0540898 +6 0.500831 0.0024 0.0008 0.0016 0.501348 0.00166353 +7 1.34048 0.0076844 0.0008 0.0016 1.34121 0.00785426 +8 3.2226 0.0449456 0.0016 0.00195959 3.22332 0.0446938 +9 1.77251 0.00954206 0 0 1.77209 0.00899862 Added: trunk/explore/perf/STL/string/STLport-newalloc-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string/STLport-newalloc-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string/STLport-newalloc-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,5 @@ +1 2.30934 0.0313987 0.178011 0.0328043 2.48798 0.0094898 +2 2.77257 0.106582 0.0032001 0.00466504 2.77519 0.108014 +3 2.43655 0.0283679 0.0008 0.0016 2.43678 0.0279961 +4 1.77571 0.00954214 0.002 0.00268328 1.77696 0.0100111 +5 0.891656 0.0103466 0.0004 0.0012 0.892924 0.0108695 Added: trunk/explore/perf/STL/string/STLport-ropes-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string/STLport-ropes-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string/STLport-ropes-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,5 @@ +1 15.299 0.0716312 0.471629 0.0373313 15.7733 0.0665807 +2 7.56327 0.0437127 0.0016 0.0026533 7.56347 0.0430285 +3 8.87895 0.0753535 0.0012 0.00183303 8.8794 0.0763964 +4 0.474829 0.00402021 0.0012 0.00183303 0.476767 0.00414009 +5 0.245215 0.00256125 0.0012 0.00183303 0.246548 0.0019135 Added: trunk/explore/perf/STL/string/libstdc++-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string/libstdc++-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string/libstdc++-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,9 @@ +1 2.07853 0.0216311 0.187211 0.0241873 2.26551 0.00717554 +2 9.71821 0.0612496 0.0008 0.0016 9.71824 0.0601948 +3 4.90471 0.115294 0.0008 0.0024 4.90519 0.115593 +4 0.447628 0.0012003 0.0004 0.0012 0.446745 0.000382881 +5 0.234014 0.002 0.0004 0.0012 0.233843 0.000387269 +6 0.445227 0.00183349 0.0008 0.0016 0.446915 0.000469258 +7 0.445227 0.00183349 0.0008 0.0016 0.446915 0.000469258 +8 4.27987 0.167824 0.0012 0.00183303 4.28033 0.167533 +9 4.27987 0.167824 0.0012 0.00183303 4.28033 0.167533 Added: trunk/explore/perf/STL/string/ropes/libstdc++-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/libstdc++-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string/ropes/libstdc++-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,12 @@ +64 0.073604 0.0026533 0.0008 0.0016 0.0749532 0.00173716 +128 0.0624035 0.0114826 0.001 0.00173205 0.0635999 0.0114519 +512 0.0632037 0.00948866 0.000933333 0.00169181 0.0644699 0.00944646 +1024 0.068704 0.0126146 0.001 0.00173205 0.0699559 0.0125471 +4096 0.0958456 0.0554518 0.00104 0.00175454 0.096993 0.0552285 +10240 0.153543 0.138592 0.001 0.00173205 0.154603 0.138334 +20480 0.254358 0.278308 0.0012 0.00195375 0.255517 0.278411 +30420 0.381623 0.425617 0.0012 0.00193907 0.382754 0.425618 +40960 0.564213 0.654015 0.00115556 0.00190853 0.565319 0.653962 +51200 0.794769 0.929183 0.00112 0.00188298 0.79578 0.928935 +81920 1.18895 1.52927 0.00109091 0.00186131 1.18998 1.52919 +102400 1.63093 2.07188 0.0011 0.00185921 1.63189 2.07165 Added: trunk/explore/perf/STL/string/ropes/rope-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/rope-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string/ropes/rope-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,12 @@ +64 0.368423 0.00377394 0.0004 0.0012 0.369715 0.00387892 +128 0.420826 0.0123685 0.0008 0.0016 0.42154 0.0111209 +512 0.522432 0.00512291 0.0016 0.00195959 0.523456 0.00454737 +1024 0.576035 0.0111722 0 0 0.576565 0.0105291 +4096 0.676842 0.00688221 0.0004 0.0012 0.677238 0.00673868 +10240 0.732846 0.00796035 0 0 0.734203 0.00808316 +20480 0.780448 0.00808992 0.0016 0.00195959 0.781128 0.00787987 +30420 0.770448 0.016021 0.0008 0.0016 0.772041 0.0149979 +40960 0.828051 0.0121332 0.0016 0.00195959 0.830341 0.0134031 +51200 0.80165 0.00950003 0.0004 0.0012 0.803567 0.00946249 +81920 0.884455 0.0200373 0.002 0.00268328 0.886456 0.0200602 +102400 0.854453 0.0132914 0.0008 0.0016 0.854781 0.0126712 Added: trunk/explore/perf/STL/string/ropes/string-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string/ropes/string-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string/ropes/string-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,12 @@ +64 0.0476029 0.0012003 0.0004 0.0012 0.0477626 0.000452481 +128 0.0488029 0.0024002 0.0008 0.0024 0.0499801 0.000732187 +512 0.072404 0.0012 0.0008 0.0016 0.0731411 0.00083725 +1024 0.096406 0.0012 0 0 0.0971058 0.000419226 +4096 0.253615 0.00196008 0.0008 0.0016 0.25511 0.0010578 +10240 0.567235 0.00348737 0.0012 0.00183303 0.568549 0.00338904 +20480 1.09687 0.00530695 0.0012 0.00183303 1.09829 0.00541736 +30420 1.5517 0.00377398 0.0004 0.0012 1.55164 0.00349724 +40960 2.38135 0.00507586 0.002 0.00268328 2.38281 0.00595296 +51200 3.10499 0.00992833 0.0004 0.0012 3.10439 0.00972045 +81920 5.57995 0.0137935 0.0024 0.00195959 5.58276 0.012918 +102400 7.18645 0.0240181 0.0016 0.00195959 7.18866 0.0234767 Added: trunk/explore/perf/STL/string-MT/STLport-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string-MT/STLport-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string-MT/STLport-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,9 @@ +1 4.63829 0.0442294 0.406425 0.0424933 2.5636 0.00713248 +2 0 0 0 0 0.0002241 2.11681e-05 +3 8.86215 0.509055 0.0004 0.0012 4.47307 0.270428 +4 32.778 0.234791 0.0028 0.0044 16.7137 0.116449 +5 16.4354 2.04936 0.0012 0.00183303 8.3884 0.989977 +6 1.04407 0.00252982 0.0004 0.0012 0.529738 0.00399987 +7 8.68014 1.71303 0.0016 0.00195959 4.87127 0.833009 +8 37.3963 0.632144 0.0044 0.00377359 18.9347 0.290409 +9 12.1408 1.92452 0.0020001 0.00481693 6.26838 0.843032 Added: trunk/explore/perf/STL/string-MT/STLport-malloc-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string-MT/STLport-malloc-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string-MT/STLport-malloc-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,9 @@ +1 4.60229 0.0374509 0.411226 0.0394709 2.54273 0.00386103 +2 0 0 0.0004 0.0012 0.0002258 1.98937e-05 +3 5.31993 1.04387 0.0008 0.0016 2.69011 0.526065 +4 7.40126 0.978378 0.0012 0.00183303 3.80687 0.422288 +5 4.13826 0.315864 0.0024 0.0026533 2.22018 0.24232 +6 1.24728 0.111273 0.0004 0.0012 0.734979 0.0864042 +7 7.07924 0.878188 0.0008 0.0024 3.67317 0.366746 +8 9.51419 0.607483 0.0004 0.0012 4.80628 0.312339 +9 5.36874 0.557568 0.002 0.002 2.76853 0.266933 Added: trunk/explore/perf/STL/string-MT/STLport-newalloc-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string-MT/STLport-newalloc-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string-MT/STLport-newalloc-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,5 @@ +1 0 0 0 0 0.0001856 2.43688e-05 +2 0 0 0.0004 0.0012 0.0002169 2.75225e-05 +3 0 0 0 0 0.0002022 2.449e-05 +4 0 0 0 0 0.0001992 2.60914e-05 +5 0 0 0 0 0.0002068 3.47125e-05 Added: trunk/explore/perf/STL/string-MT/STLport-ropes-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string-MT/STLport-ropes-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string-MT/STLport-ropes-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,5 @@ +1 96.5888 4.5396 0.907656 0.0603879 49.4294 1.30461 +2 15.5894 0.0867502 0.002 0.002 8.07883 0.0686129 +3 165.457 5.88964 0.0092003 0.00567134 83.485 2.86395 +4 0.97046 0.0112006 0.0012 0.00183303 0.49161 0.00423467 +5 0.49163 0.00866318 0.0004 0.0012 0.25384 0.00863817 Added: trunk/explore/perf/STL/string-MT/libstdc++-AMD64.dat =================================================================== --- trunk/explore/perf/STL/string-MT/libstdc++-AMD64.dat (rev 0) +++ trunk/explore/perf/STL/string-MT/libstdc++-AMD64.dat 2006-10-17 09:22:10 UTC (rev 1335) @@ -0,0 +1,9 @@ +1 4.14866 0.0440917 0.419226 0.0485598 2.33061 0.0103619 +2 0 0 0 0 0.0002045 2.90732e-05 +3 15.2454 1.88175 0.0024 0.0026533 7.71691 0.928346 +4 0.902056 0.0202596 0.0004 0.0012 0.461587 0.0202586 +5 0.467629 0.0108006 0.0008 0.0016 0.241194 0.0106603 +6 3.08139 1.08229 0.0008 0.0016 1.67952 0.602561 +7 3.08139 1.08229 0.0008 0.0016 1.67952 0.602561 +8 13.6217 0.658271 0.0004 0.0012 6.95122 0.300997 +9 13.6217 0.658271 0.0004 0.0012 6.95122 0.300997 Modified: trunk/explore/perf/STL/strings.gplot =================================================================== --- trunk/explore/perf/STL/strings.gplot 2006-10-17 06:48:45 UTC (rev 1334) +++ trunk/explore/perf/STL/strings.gplot 2006-10-17 09:22:10 UTC (rev 1335) @@ -22,16 +22,16 @@ set output "strings.eps" -plot [0.9:9.1][0:25] 'string/STLport.dat' using ($1):($6) notitle w l lt 1, \ +plot [0.9:9.1] 'string/STLport.dat' using ($1):($6) notitle w l lt 1, \ 'string/STLport.dat' using ($1):($6):($7) title "STLport" w yerrorbars lt 1, \ 'string/libstd++.dat' using ($1):($6) notitle w l lt 2, \ - 'string/libstd++.dat' using ($1):($6):($7) title "libstd++" w yerrorbars lt 2, \ + 'string/libstd++.dat' using ($1):($6):($7) title "libstdc++" w yerrorbars lt 2, \ 'string/STLport-ropes.dat' using ($1):($6) notitle w l lt 3, \ 'string/STLport-ropes.dat' using ($1):($6):($7) title "STLport, ropes" w yerrorbars lt 3 #pause(-1) -#set output "intel-amd.eps" +set output "amd-amd64.eps" #plot [0.9:7.1] 'string/STLport.dat' using ($1):($6) notitle w l lt 1, \ # 'string/STLport.dat' using ($1):($6):($7) title "STLport, computer \\#1" w yerrorbars lt 1, \ @@ -42,6 +42,20 @@ # 'string/libstd++-1.dat' using ($1):($6) notitle w l lt 4, \ # 'string/libstd++-1.dat' using ($1):($6):($7) title "libstd++, computer \\#2" w yerrorbars lt 4 +plot [0.9:9.1] 'string/STLport.dat' using ($1):($6) notitle w l lt 1, \ + 'string/STLport.dat' using ($1):($6):($7) title "STLport, computer \\#1" w yerrorbars lt 1, \ + 'string/libstd++.dat' using ($1):($6) notitle w l lt 2, \ + 'string/libstd++.dat' using ($1):($6):($7) title "libstdc++, computer \\#1" w yerrorbars lt 2, \ + 'string/STLport-ropes.dat' using ($1):($6) notitle w l lt 3, \ + 'string/STLport-ropes.dat' using ($1):($6):($7) title "ropes, computer \\#1" w yerrorbars lt 3, \ + 'string/STLport-AMD64.dat' using ($1):($6) notitle w l lt 4, \ + 'string/STLport-AMD64.dat' using ($1):($6):($7) title "STLport, computer \\#2" w yerrorbars lt 4, \ + 'string/libstdc++-AMD64.dat' using ($1):($6) notitle w l lt 5, \ + 'string/libstdc++-AMD64.dat' using ($1):($6):($7) title "libstdc++, computer \\#2" w yerrorbars lt 5, \ + 'string/STLport-ropes-AMD64.dat' using ($1):($6) notitle w l lt 6, \ + 'string/STLport-ropes-AMD64.dat' using ($1):($6):($7) title "ropes, computer \\#2" w yerrorbars lt 6 + + #pause(-1) set output "alloc.eps" @@ -71,7 +85,7 @@ plot [0.9:9.1] 'string-MT/STLport.dat' using ($1):($6) notitle w l lt 1, \ 'string-MT/STLport.dat' using ($1):($6):($7) title "node alloc" w yerrorbars lt 1, \ 'string-MT/libstd++.dat' using ($1):($6) notitle w l lt 2, \ - 'string-MT/libstd++.dat' using ($1):($6):($7) title "libstd++" w yerrorbars lt 2, \ + 'string-MT/libstd++.dat' using ($1):($6):($7) title "libstdc++" w yerrorbars lt 2, \ 'string-MT/STLport-malloc.dat' using ($1):($6) notitle w l lt 3, \ 'string-MT/STLport-malloc.dat' using ($1):($6):($7) title "malloc" w yerrorbars lt 3, \ 'string-MT/STLport-ropes.dat' using ($1):($6) notitle w l lt 4, \ @@ -84,7 +98,7 @@ plot [0.9:9.1][0:25] 'string-MT/STLport.dat' using ($1):($6) notitle w l lt 1, \ 'string-MT/STLport.dat' using ($1):($6):($7) title "node alloc" w yerrorbars lt 1, \ 'string-MT/libstd++.dat' using ($1):($6) notitle w l lt 2, \ - 'string-MT/libstd++.dat' using ($1):($6):($7) title "libstd++" w yerrorbars lt 2, \ + 'string-MT/libstd++.dat' using ($1):($6):($7) title "libstdc++" w yerrorbars lt 2, \ 'string-MT/STLport-malloc.dat' using ($1):($6) notitle w l lt 3, \ 'string-MT/STLport-malloc.dat' using ($1):($6):($7) title "malloc" w yerrorbars lt 3, \ 'string-MT/STLport-ropes.dat' using ($1):($6) notitle w l lt 4, \ @@ -105,11 +119,11 @@ set output "strings-MT-t-libstd.eps" plot [0.9:9.1] 'string-MT/libstd++.dat' using ($1):($6) notitle w l lt 1, \ - 'string-MT/libstd++.dat' using ($1):($6):($7) title "libstd++" w yerrorbars lt 1, \ + 'string-MT/libstd++.dat' using ($1):($6):($7) title "libstdc++" w yerrorbars lt 1, \ 'string-MT/libstd++.dat' using ($1):($2/2) notitle w l lt 2, \ - 'string-MT/libstd++.dat' using ($1):($2/2):($3) title "libstd++, user time per thread" w yerrorbars lt 2, \ + 'string-MT/libstd++.dat' using ($1):($2/2):($3) title "libstdc++, user time per thread" w yerrorbars lt 2, \ 'string-MT/libstd++.dat' using ($1):($4/2) notitle w l lt 3, \ - 'string-MT/libstd++.dat' using ($1):($4/2):($5) title "libstd++, system time per thread" w yerrorbars lt 3 + 'string-MT/libstd++.dat' using ($1):($4/2):($5) title "libstdc++, system time per thread" w yerrorbars lt 3 #pause(-1) set output "strings-MT-t-stlp-m.eps" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |