-% This file was created by matlab2tikz v0.2.2.
-% Copyright (c) 2008--2012, Nico Schlömer <nico.schloemer@gmail.com>
+% This file was created by matlab2tikz v0.4.0.
+% Copyright (c) 2008--2013, Nico Schlömer <nico.schloemer@gmail.com>
% All rights reserved.
%
% The latest updates can be retrieved from
%
\begin{tikzpicture}
-\begin{loglogaxis}[%
-view={0}{90},
+\begin{axis}[%
width=\figurewidth,
height=\figureheight,
scale only axis,
-xmin=10000, xmax=100000000,
+xmode=log,
+xmin=10000,
+xmax=100000000,
xminorticks=true,
xlabel={N},
xmajorgrids,
xminorgrids,
-ymin=0.0001, ymax=0.1,
+ymode=log,
+ymin=1e-005,
+ymax=0.1,
yminorticks=true,
ylabel={Time [s]},
ymajorgrids,
yminorgrids,
-%legend style={at={(0.03,0.97)},anchor=north west,nodes=right}
-legend pos=outer north east]
+legend style={at={(0.03,0.97)},anchor=north west,draw=black,fill=white,legend cell align=left}
+]
\addplot [
color=darkgray!40!black,
dotted,
line width=1.0pt,
-mark=*,
+mark=x,
mark options={solid,fill=lightgray!80!black}
]
-coordinates{
- (65536,0.000104689598083496)(262144,0.000240898132324219)(1048576,0.000788998603820801)(4194304,0.00280699729919434)(16777216,0.0109266042709351)(67108864,0.0435449838638306)
+table[row sep=crcr]{
+65536 6.61134719848633e-005\\
+262144 0.000195407867431641\\
+1048576 0.000729703903198242\\
+4194304 0.00263791084289551\\
+16777216 0.0104172945022583\\
+67108864 0.0417473077774048\\
};
-\addlegendentry{1 GPU};
+\addlegendentry{\tiny{1 GPU}};
\addplot [
color=darkgray!40!black,
mark=*,
mark options={solid,fill=lightgray!80!black}
]
-coordinates{
- (65536,0.00100100040435791)(262144,0.00106160640716553)(1048576,0.0015192985534668)(4194304,0.00300109386444092)(16777216,0.0078394889831543)(67108864,0.0255790948867798)
+table[row sep=crcr]{
+65536 0.000160098075866699\\
+262144 0.000235605239868164\\
+1048576 0.000513696670532227\\
+4194304 0.00168628692626953\\
+16777216 0.00567271709442139\\
+67108864 0.0216208934783936\\
};
-\addlegendentry{2 GPUs};
+\addlegendentry{\tiny{2 GPUs}};
\addplot [
color=darkgray!40!black,
mark=triangle*,
mark options={solid,fill=lightgray!80!black}
]
-coordinates{
- (65536,0.00090029239654541)(262144,0.001084303855896)(1048576,0.00136759281158447)(4194304,0.00224909782409668)(16777216,0.00520608425140381)(67108864,0.0148308992385864)
+table[row sep=crcr]{
+65536 0.000244712829589844\\
+262144 0.000288915634155273\\
+1048576 0.000451016426086426\\
+4194304 0.00104920864105225\\
+16777216 0.00314109325408936\\
+67108864 0.0112285852432251\\
};
-\addlegendentry{4 GPUs};
+\addlegendentry{\tiny{4 GPUs}};
\addplot [
color=darkgray!40!black,
mark=square*,
mark options={solid,fill=lightgray!80!black}
]
-coordinates{
- (65536,0.00088038444519043)(262144,0.00106220245361328)(1048576,0.00128121376037598)(4194304,0.00191099643707275)(16777216,0.00365688800811768)(67108864,0.00957400798797607)
+table[row sep=crcr]{
+65536 0.000238609313964844\\
+262144 0.000275707244873047\\
+1048576 0.000345993041992188\\
+4194304 0.00065159797668457\\
+16777216 0.00187878608703613\\
+67108864 0.00595250129699707\\
};
-\addlegendentry{8 GPUs};
+\addlegendentry{\tiny{8 GPUs}};
\addplot [
color=darkgray!40!black,
mark=diamond*,
mark options={solid,fill=lightgray!80!black}
]
-coordinates{
- (65536,0.000890207290649414)(262144,0.0010530948638916)(1048576,0.0012747049331665)(4194304,0.00172920227050781)(16777216,0.00289230346679688)(67108864,0.00648910999298096)
+table[row sep=crcr]{
+65536 0.000242710113525391\\
+262144 0.000268697738647461\\
+1048576 0.000305795669555664\\
+4194304 0.000477385520935059\\
+16777216 0.0010857105255127\\
+67108864 0.0031994104385376\\
};
-\addlegendentry{16 GPUs};
+\addlegendentry{\tiny{16 GPUs}};
\addplot [
color=darkgray!40!black,
mark=triangle*,
mark options={solid,,rotate=180,fill=lightgray!80!black}
]
-coordinates{
- (65536,0.000879597663879395)(262144,0.00104289054870605)(1048576,0.00122830867767334)(4194304,0.00163850784301758)(16777216,0.00254049301147461)(67108864,0.00491151809692383)
+table[row sep=crcr]{
+65536 0.00025029182434082\\
+262144 0.000261116027832031\\
+1048576 0.000296306610107422\\
+4194304 0.000368380546569824\\
+16777216 0.000673604011535645\\
+67108864 0.00190730094909668\\
};
-\addlegendentry{32 GPUs};
+\addlegendentry{\tiny{32 GPUs}};
-\end{loglogaxis}
-\end{tikzpicture}%
+\end{axis}
+\end{tikzpicture}%
\ No newline at end of file