# HG changeset patch # User Daichi Toma # Date 1321776097 -32400 # Node ID 6b4ed7ccc1bde59442203505125fa9d29f52b3ff # Parent 66f45e56d7053f02355065cb0df9a1c7821fbd39 add benchmark diff -r 66f45e56d705 -r 6b4ed7ccc1bd Paper/prosym.pdf Binary file Paper/prosym.pdf has changed diff -r 66f45e56d705 -r 6b4ed7ccc1bd Paper/prosym.tex --- a/Paper/prosym.tex Sun Nov 20 08:00:16 2011 +0900 +++ b/Paper/prosym.tex Sun Nov 20 17:01:37 2011 +0900 @@ -154,9 +154,8 @@ 管理スレッドからタスクを受けて並列に実行するようになっている. \subsection{ベンチマーク} -Word Count と, Sort の例題を用いて、計測した。 +Wort Count, Sort 及び Prime Counter の例題を用いて, 計測した. 比較対象として, PlayStation 3/Cell においても同様の例題を用いて計測している. -CentOS 6.0 では、PlayStation 3/Cell と同じ条件になるように並列計算のスレッド数を6に抑えている. 表\ref{table:benchmark}に結果を示す. {\bf 実験環境} @@ -170,13 +169,19 @@ \begin{center} \caption{ベンチマーク} \label{table:benchmark} -\begin{tabular}[t]{l||l|l} +\begin{tabular}[t]{l||l|l|l} \hline -& Word Count & Sort\\ +& Word Count & Sort & Prime Counter\\ \hline\hline -PlayStation 3 & 119 ms & 26 ms\\ +PlayStation 3 & 1268 ms & 1111 ms & 6669 ms\\ +\hline +1 CPU & 354 ms & 846 ms & 2777 ms\\ \hline -CentOS 6.0 & 12 ms & 4 ms\\ +6 CPU & 70 ms & 163 ms & 523 ms\\ +\hline +12 CPU & 48 ms & 127 ms & 345 ms\\ +\hline +24 CPU & 40 ms & 100 ms & 264 ms\\ \hline \end{tabular} \end{center}