From 046281241dba82f7a56edb0b6f6892c213b73d22 Mon Sep 17 00:00:00 2001 From: jadep Date: Wed, 15 Nov 2017 12:29:51 -0500 Subject: rename a couple files --- measurements/graph_aggregate_32.tex | 234 +++++++++++++++++++++++++++++++ measurements/graph_aggregate_64.tex | 272 ++++++++++++++++++++++++++++++++++++ measurements/table_aggregate32.tex | 234 ------------------------------- measurements/table_aggregate64.tex | 272 ------------------------------------ 4 files changed, 506 insertions(+), 506 deletions(-) create mode 100644 measurements/graph_aggregate_32.tex create mode 100644 measurements/graph_aggregate_64.tex delete mode 100644 measurements/table_aggregate32.tex delete mode 100644 measurements/table_aggregate64.tex (limited to 'measurements') diff --git a/measurements/graph_aggregate_32.tex b/measurements/graph_aggregate_32.tex new file mode 100644 index 000000000..f4a9fdb0e --- /dev/null +++ b/measurements/graph_aggregate_32.tex @@ -0,0 +1,234 @@ + + \begin{figure*} + \begin{tikzpicture} + \begin{axis}[ + height=3.4cm, + title style={font=\small}, + title=32-bit Field Arithmetic Benchmarks, + width=\textwidth, + legend pos= north west, + xtick distance=64, + legend style={font=\tiny}, + label style={font=\footnotesize}, + xlabel style={at={(0.5,0.1)}, anchor=north}, + legend columns=2, + tick label style={font=\footnotesize}, + grid=major, + ymin=0, + xlabel=log2(prime), + ylabel=Time (seconds)] + \addplot[color=red,mark=o,mark size=2pt] coordinates { + (127.0, 3.24) + (129.0, 3.78) + (130.0, 3.77) + (137.0, 3.79) + (140.0, 3.80) + (141.0, 3.81) + (150.0, 3.76) + (150.0, 3.83) + (152.0, 3.85) + (158.0, 3.77) + (165.0, 4.43) + (166.0, 4.45) + (171.0, 4.35) + (174.0, 4.40) + (174.0, 4.41) + (189.0, 4.40) + (190.0, 4.42) + (191.0, 4.40) + (192.0, 4.30) + (194.0, 5.01) + (196.0, 4.95) + (198.0, 4.93) + (206.0, 4.97) + (212.0, 4.98) + (213.0, 4.97) + (216.0, 4.93) + (221.0, 5.08) + (222.0, 4.93) + (226.0, 5.70) + (230.0, 5.68) + (235.0, 5.65) + (243.0, 5.72) + (251.0, 5.68) + (255.0, 5.72) + (255.0, 5.69) + (256.0, 5.55) + (256.0, 5.53) + (266.0, 6.39) + (285.0, 6.38) + (291.0, 7.08) + (321.0, 7.75) + (322.0, 7.76) + (336.0, 7.74) + (336.0, 7.75) + (338.0, 7.73) + (369.0, 9.06) + (379.0, 9.16) + (382.0, 9.09) + (383.0, 9.20) + (383.0, 9.18) + (383.0, 9.12) + (384.0, 8.88) + (389.0, 9.84) + (401.0, 9.86) + (413.0, 10.02) + (414.0, 9.86) + (416.0, 9.66) + (444.0, 10.77) + (448.0, 10.54) + (452.0, 11.70) + (468.0, 11.62) + (480.0, 11.36) + (488.0, 13.04) + (489.0, 12.91) + (495.0, 12.97) + (521.0, 13.94) + }; + \addlegendentry{GMP mpn API} + + \addplot[color=red,mark=*,mark size=2pt] coordinates { + (127.0, 2.90) + (129.0, 3.43) + (130.0, 3.42) + (137.0, 3.38) + (140.0, 3.39) + (141.0, 3.44) + (150.0, 3.41) + (150.0, 3.42) + (152.0, 3.40) + (158.0, 3.41) + (165.0, 4.03) + (166.0, 3.99) + (171.0, 4.02) + (174.0, 4.04) + (174.0, 4.03) + (189.0, 4.07) + (190.0, 4.04) + (191.0, 4.08) + (192.0, 3.56) + (194.0, 4.65) + (196.0, 4.69) + (198.0, 4.69) + (206.0, 4.64) + (212.0, 4.66) + (213.0, 4.66) + (216.0, 4.68) + (221.0, 4.67) + (222.0, 4.68) + (226.0, 5.25) + (230.0, 5.28) + (235.0, 5.24) + (243.0, 5.26) + (251.0, 5.29) + (255.0, 5.36) + (255.0, 5.27) + (256.0, 4.73) + (256.0, 4.74) + (266.0, 6.07) + (285.0, 6.08) + (291.0, 6.95) + (321.0, 7.67) + (322.0, 7.71) + (336.0, 7.59) + (336.0, 7.65) + (338.0, 7.60) + (369.0, 8.40) + (379.0, 8.41) + (382.0, 8.39) + (383.0, 8.45) + (383.0, 8.43) + (383.0, 8.38) + (384.0, 7.67) + (389.0, 9.39) + (401.0, 9.38) + (413.0, 9.33) + (414.0, 9.40) + (416.0, 8.52) + (444.0, 10.38) + (448.0, 9.42) + (452.0, 11.40) + (468.0, 11.39) + (480.0, 10.48) + (488.0, 12.31) + (489.0, 12.22) + (495.0, 12.20) + (521.0, 13.35) + }; + \addlegendentry{GMP mpn\_sec API} + + \addplot[color=blue,mark=triangle*,mark size=2pt] coordinates { + (127.0, 0.33) + (129.0, 0.37) + (130.0, 0.45) + (137.0, 0.48) + (140.0, 0.49) + (141.0, 0.48) + (150.0, 0.47) + (150.0, 0.43) + (152.0, 0.48) + (158.0, 0.51) + (165.0, 0.60) + (166.0, 0.62) + (171.0, 0.62) + (174.0, 0.62) + (174.0, 0.59) + (189.0, 0.71) + (190.0, 0.69) + (191.0, 0.70) + (192.0, 2.39) + (194.0, 0.72) + (196.0, 0.76) + (198.0, 0.72) + (204.37503943134692, 0.36) + (206.0, 0.72) + (212.0, 0.89) + (213.0, 0.70) + (216.0, 0.96) + (221.0, 0.81) + (222.0, 0.88) + (224.0, 0.32) + (226.0, 1.02) + (230.0, 0.82) + (235.0, 1.19) + (243.0, 1.09) + (251.0, 1.16) + (255.0, 1.61) + (255.0, 1.16) + (256.0, 1.97) + (256.0, 1.15) + (266.0, 0.97) + (285.0, 1.22) + (291.0, 1.35) + (321.0, 1.73) + (322.0, 1.34) + (336.0, 1.66) + (336.0, 1.59) + (338.0, 1.93) + (369.0, 2.53) + (379.0, 2.49) + (382.0, 2.68) + (383.0, 4.20) + (383.0, 2.59) + (383.0, 2.58) + (384.0, 3.94) + (389.0, 3.00) + (401.0, 4.18) + (413.0, 3.53) + (414.0, 3.73) + (416.0, 3.32) + (444.0, 3.63) + (448.0, 3.16) + (452.0, 3.74) + (468.0, 5.37) + (480.0, 3.55) + (488.0, 8.01) + (489.0, 7.70) + (495.0, 6.06) + (521.0, 5.33) + }; + \addlegendentry{this paper} + + \end{axis} +\end{tikzpicture} +\end{figure*} diff --git a/measurements/graph_aggregate_64.tex b/measurements/graph_aggregate_64.tex new file mode 100644 index 000000000..6c456c151 --- /dev/null +++ b/measurements/graph_aggregate_64.tex @@ -0,0 +1,272 @@ + + \begin{figure*} + \begin{tikzpicture} + \begin{axis}[ + height=3.4cm, + title style={font=\small}, + title=64-bit Field Arithmetic Benchmarks, + width=\textwidth, + legend pos= north west, + xtick distance=64, + legend style={font=\tiny}, + label style={font=\footnotesize}, + xlabel style={at={(0.5,0.1)}, anchor=north}, + legend columns=2, + tick label style={font=\footnotesize}, + grid=major, + ymin=0, + xlabel=log2(prime), + ylabel=Time (seconds)] + \addplot[color=red,mark=o,mark size=2pt] coordinates { + (127.0, 0.15) + (129.0, 0.27) + (130.0, 0.27) + (137.0, 0.27) + (140.0, 0.27) + (141.0, 0.27) + (150.0, 0.27) + (150.0, 0.27) + (152.0, 0.27) + (158.0, 0.27) + (165.0, 0.27) + (166.0, 0.28) + (171.0, 0.27) + (174.0, 0.27) + (174.0, 0.27) + (189.0, 0.27) + (190.0, 0.27) + (191.0, 0.26) + (192.0, 0.24) + (194.0, 0.35) + (196.0, 0.34) + (198.0, 0.34) + (204.37503943134692, 0.34) + (206.0, 0.34) + (212.0, 0.34) + (213.0, 0.35) + (216.0, 0.35) + (221.0, 0.35) + (222.0, 0.34) + (224.0, 0.35) + (226.0, 0.34) + (230.0, 0.34) + (235.0, 0.34) + (243.0, 0.34) + (251.0, 0.35) + (253.98877343250717, 0.35) + (255.0, 0.33) + (255.0, 0.33) + (255.9980614856364, 0.34) + (255.99999999966408, 0.33) + (256.0, 0.33) + (256.0, 0.33) + (266.0, 0.43) + (285.0, 0.43) + (291.0, 0.46) + (321.0, 0.52) + (322.0, 0.52) + (336.0, 0.52) + (336.0, 0.52) + (338.0, 0.53) + (369.0, 0.53) + (379.0, 0.53) + (382.0, 0.53) + (383.0, 0.50) + (383.0, 0.49) + (383.0, 0.51) + (383.467605550083, 0.46) + (383.9998899269044, 0.46) + (384.0, 0.46) + (384.0, 0.46) + (389.0, 0.59) + (401.0, 0.60) + (413.0, 0.60) + (414.0, 0.60) + (416.0, 0.60) + (444.0, 0.60) + (448.0, 0.54) + (450.0, 0.69) + (452.0, 0.71) + (468.0, 0.68) + (480.0, 0.69) + (488.0, 0.69) + (489.0, 0.69) + (495.0, 0.69) + (509.97423531735535, 0.69) + (511.0, 0.65) + (511.0, 0.65) + (511.9891505409899, 0.63) + (512.0, 0.64) + (521.0, 0.81) + }; + \addlegendentry{GMP mpn API} + + \addplot[color=red,mark=*,mark size=2pt] coordinates { + (127.0, 0.26) + (129.0, 0.38) + (130.0, 0.38) + (137.0, 0.37) + (140.0, 0.37) + (141.0, 0.38) + (150.0, 0.37) + (150.0, 0.37) + (152.0, 0.37) + (158.0, 0.38) + (165.0, 0.38) + (166.0, 0.39) + (171.0, 0.37) + (174.0, 0.38) + (174.0, 0.37) + (189.0, 0.37) + (190.0, 0.37) + (191.0, 0.36) + (192.0, 0.28) + (194.0, 0.50) + (196.0, 0.50) + (198.0, 0.50) + (204.37503943134692, 0.49) + (206.0, 0.49) + (212.0, 0.49) + (213.0, 0.49) + (216.0, 0.54) + (221.0, 0.52) + (222.0, 0.49) + (224.0, 0.49) + (226.0, 0.49) + (230.0, 0.49) + (235.0, 0.49) + (243.0, 0.50) + (251.0, 0.49) + (253.98877343250717, 0.50) + (255.0, 0.47) + (255.0, 0.47) + (255.9980614856364, 0.37) + (255.99999999966408, 0.37) + (256.0, 0.37) + (256.0, 0.38) + (266.0, 0.64) + (285.0, 0.65) + (291.0, 0.64) + (321.0, 0.80) + (322.0, 0.79) + (336.0, 0.80) + (336.0, 0.80) + (338.0, 0.79) + (369.0, 0.79) + (379.0, 0.79) + (382.0, 0.79) + (383.0, 0.75) + (383.0, 0.74) + (383.0, 0.74) + (383.467605550083, 0.62) + (383.9998899269044, 0.62) + (384.0, 0.62) + (384.0, 0.62) + (389.0, 0.96) + (401.0, 0.95) + (413.0, 0.96) + (414.0, 0.96) + (416.0, 0.97) + (444.0, 0.96) + (448.0, 0.79) + (450.0, 1.17) + (452.0, 1.16) + (468.0, 1.17) + (480.0, 1.18) + (488.0, 1.15) + (489.0, 1.16) + (495.0, 1.15) + (509.97423531735535, 1.17) + (511.0, 1.10) + (511.0, 1.11) + (511.9891505409899, 0.95) + (512.0, 0.95) + (521.0, 1.41) + }; + \addlegendentry{GMP mpn\_sec API} + + \addplot[color=blue,mark=triangle*,mark size=2pt] coordinates { + (127.0, 0.02) + (129.0, 0.03) + (130.0, 0.03) + (137.0, 0.03) + (140.0, 0.03) + (141.0, 0.03) + (150.0, 0.03) + (150.0, 0.03) + (152.0, 0.03) + (158.0, 0.03) + (165.0, 0.03) + (166.0, 0.03) + (171.0, 0.03) + (174.0, 0.03) + (174.0, 0.03) + (189.0, 0.04) + (190.0, 0.04) + (191.0, 0.04) + (192.0, 0.04) + (194.0, 0.04) + (196.0, 0.04) + (198.0, 0.04) + (204.37503943134692, 0.13) + (206.0, 0.04) + (212.0, 0.05) + (213.0, 0.04) + (216.0, 0.04) + (221.0, 0.04) + (222.0, 0.04) + (224.0, 0.12) + (226.0, 0.05) + (230.0, 0.05) + (235.0, 0.04) + (243.0, 0.06) + (251.0, 0.06) + (253.98877343250717, 0.13) + (255.0, 0.06) + (255.0, 0.06) + (255.9980614856364, 0.12) + (255.99999999966408, 0.11) + (256.0, 0.10) + (256.0, 0.06) + (266.0, 0.06) + (285.0, 0.06) + (291.0, 0.07) + (321.0, 0.10) + (322.0, 0.08) + (336.0, 0.11) + (336.0, 0.10) + (338.0, 0.11) + (369.0, 0.13) + (379.0, 0.13) + (382.0, 0.13) + (383.0, 0.13) + (383.0, 0.13) + (383.0, 0.13) + (383.467605550083, 0.23) + (383.9998899269044, 0.23) + (384.0, 0.26) + (384.0, 0.13) + (389.0, 0.13) + (401.0, 0.13) + (413.0, 0.15) + (414.0, 0.15) + (416.0, 0.12) + (444.0, 0.16) + (448.0, 0.18) + (450.0, 0.18) + (452.0, 0.16) + (468.0, 0.16) + (480.0, 0.18) + (488.0, 0.23) + (489.0, 0.23) + (495.0, 0.23) + (511.0, 0.28) + (511.0, 0.28) + (512.0, 0.28) + (521.0, 0.18) + }; + \addlegendentry{this paper} + + \end{axis} +\end{tikzpicture} +\end{figure*} diff --git a/measurements/table_aggregate32.tex b/measurements/table_aggregate32.tex deleted file mode 100644 index f4a9fdb0e..000000000 --- a/measurements/table_aggregate32.tex +++ /dev/null @@ -1,234 +0,0 @@ - - \begin{figure*} - \begin{tikzpicture} - \begin{axis}[ - height=3.4cm, - title style={font=\small}, - title=32-bit Field Arithmetic Benchmarks, - width=\textwidth, - legend pos= north west, - xtick distance=64, - legend style={font=\tiny}, - label style={font=\footnotesize}, - xlabel style={at={(0.5,0.1)}, anchor=north}, - legend columns=2, - tick label style={font=\footnotesize}, - grid=major, - ymin=0, - xlabel=log2(prime), - ylabel=Time (seconds)] - \addplot[color=red,mark=o,mark size=2pt] coordinates { - (127.0, 3.24) - (129.0, 3.78) - (130.0, 3.77) - (137.0, 3.79) - (140.0, 3.80) - (141.0, 3.81) - (150.0, 3.76) - (150.0, 3.83) - (152.0, 3.85) - (158.0, 3.77) - (165.0, 4.43) - (166.0, 4.45) - (171.0, 4.35) - (174.0, 4.40) - (174.0, 4.41) - (189.0, 4.40) - (190.0, 4.42) - (191.0, 4.40) - (192.0, 4.30) - (194.0, 5.01) - (196.0, 4.95) - (198.0, 4.93) - (206.0, 4.97) - (212.0, 4.98) - (213.0, 4.97) - (216.0, 4.93) - (221.0, 5.08) - (222.0, 4.93) - (226.0, 5.70) - (230.0, 5.68) - (235.0, 5.65) - (243.0, 5.72) - (251.0, 5.68) - (255.0, 5.72) - (255.0, 5.69) - (256.0, 5.55) - (256.0, 5.53) - (266.0, 6.39) - (285.0, 6.38) - (291.0, 7.08) - (321.0, 7.75) - (322.0, 7.76) - (336.0, 7.74) - (336.0, 7.75) - (338.0, 7.73) - (369.0, 9.06) - (379.0, 9.16) - (382.0, 9.09) - (383.0, 9.20) - (383.0, 9.18) - (383.0, 9.12) - (384.0, 8.88) - (389.0, 9.84) - (401.0, 9.86) - (413.0, 10.02) - (414.0, 9.86) - (416.0, 9.66) - (444.0, 10.77) - (448.0, 10.54) - (452.0, 11.70) - (468.0, 11.62) - (480.0, 11.36) - (488.0, 13.04) - (489.0, 12.91) - (495.0, 12.97) - (521.0, 13.94) - }; - \addlegendentry{GMP mpn API} - - \addplot[color=red,mark=*,mark size=2pt] coordinates { - (127.0, 2.90) - (129.0, 3.43) - (130.0, 3.42) - (137.0, 3.38) - (140.0, 3.39) - (141.0, 3.44) - (150.0, 3.41) - (150.0, 3.42) - (152.0, 3.40) - (158.0, 3.41) - (165.0, 4.03) - (166.0, 3.99) - (171.0, 4.02) - (174.0, 4.04) - (174.0, 4.03) - (189.0, 4.07) - (190.0, 4.04) - (191.0, 4.08) - (192.0, 3.56) - (194.0, 4.65) - (196.0, 4.69) - (198.0, 4.69) - (206.0, 4.64) - (212.0, 4.66) - (213.0, 4.66) - (216.0, 4.68) - (221.0, 4.67) - (222.0, 4.68) - (226.0, 5.25) - (230.0, 5.28) - (235.0, 5.24) - (243.0, 5.26) - (251.0, 5.29) - (255.0, 5.36) - (255.0, 5.27) - (256.0, 4.73) - (256.0, 4.74) - (266.0, 6.07) - (285.0, 6.08) - (291.0, 6.95) - (321.0, 7.67) - (322.0, 7.71) - (336.0, 7.59) - (336.0, 7.65) - (338.0, 7.60) - (369.0, 8.40) - (379.0, 8.41) - (382.0, 8.39) - (383.0, 8.45) - (383.0, 8.43) - (383.0, 8.38) - (384.0, 7.67) - (389.0, 9.39) - (401.0, 9.38) - (413.0, 9.33) - (414.0, 9.40) - (416.0, 8.52) - (444.0, 10.38) - (448.0, 9.42) - (452.0, 11.40) - (468.0, 11.39) - (480.0, 10.48) - (488.0, 12.31) - (489.0, 12.22) - (495.0, 12.20) - (521.0, 13.35) - }; - \addlegendentry{GMP mpn\_sec API} - - \addplot[color=blue,mark=triangle*,mark size=2pt] coordinates { - (127.0, 0.33) - (129.0, 0.37) - (130.0, 0.45) - (137.0, 0.48) - (140.0, 0.49) - (141.0, 0.48) - (150.0, 0.47) - (150.0, 0.43) - (152.0, 0.48) - (158.0, 0.51) - (165.0, 0.60) - (166.0, 0.62) - (171.0, 0.62) - (174.0, 0.62) - (174.0, 0.59) - (189.0, 0.71) - (190.0, 0.69) - (191.0, 0.70) - (192.0, 2.39) - (194.0, 0.72) - (196.0, 0.76) - (198.0, 0.72) - (204.37503943134692, 0.36) - (206.0, 0.72) - (212.0, 0.89) - (213.0, 0.70) - (216.0, 0.96) - (221.0, 0.81) - (222.0, 0.88) - (224.0, 0.32) - (226.0, 1.02) - (230.0, 0.82) - (235.0, 1.19) - (243.0, 1.09) - (251.0, 1.16) - (255.0, 1.61) - (255.0, 1.16) - (256.0, 1.97) - (256.0, 1.15) - (266.0, 0.97) - (285.0, 1.22) - (291.0, 1.35) - (321.0, 1.73) - (322.0, 1.34) - (336.0, 1.66) - (336.0, 1.59) - (338.0, 1.93) - (369.0, 2.53) - (379.0, 2.49) - (382.0, 2.68) - (383.0, 4.20) - (383.0, 2.59) - (383.0, 2.58) - (384.0, 3.94) - (389.0, 3.00) - (401.0, 4.18) - (413.0, 3.53) - (414.0, 3.73) - (416.0, 3.32) - (444.0, 3.63) - (448.0, 3.16) - (452.0, 3.74) - (468.0, 5.37) - (480.0, 3.55) - (488.0, 8.01) - (489.0, 7.70) - (495.0, 6.06) - (521.0, 5.33) - }; - \addlegendentry{this paper} - - \end{axis} -\end{tikzpicture} -\end{figure*} diff --git a/measurements/table_aggregate64.tex b/measurements/table_aggregate64.tex deleted file mode 100644 index 6c456c151..000000000 --- a/measurements/table_aggregate64.tex +++ /dev/null @@ -1,272 +0,0 @@ - - \begin{figure*} - \begin{tikzpicture} - \begin{axis}[ - height=3.4cm, - title style={font=\small}, - title=64-bit Field Arithmetic Benchmarks, - width=\textwidth, - legend pos= north west, - xtick distance=64, - legend style={font=\tiny}, - label style={font=\footnotesize}, - xlabel style={at={(0.5,0.1)}, anchor=north}, - legend columns=2, - tick label style={font=\footnotesize}, - grid=major, - ymin=0, - xlabel=log2(prime), - ylabel=Time (seconds)] - \addplot[color=red,mark=o,mark size=2pt] coordinates { - (127.0, 0.15) - (129.0, 0.27) - (130.0, 0.27) - (137.0, 0.27) - (140.0, 0.27) - (141.0, 0.27) - (150.0, 0.27) - (150.0, 0.27) - (152.0, 0.27) - (158.0, 0.27) - (165.0, 0.27) - (166.0, 0.28) - (171.0, 0.27) - (174.0, 0.27) - (174.0, 0.27) - (189.0, 0.27) - (190.0, 0.27) - (191.0, 0.26) - (192.0, 0.24) - (194.0, 0.35) - (196.0, 0.34) - (198.0, 0.34) - (204.37503943134692, 0.34) - (206.0, 0.34) - (212.0, 0.34) - (213.0, 0.35) - (216.0, 0.35) - (221.0, 0.35) - (222.0, 0.34) - (224.0, 0.35) - (226.0, 0.34) - (230.0, 0.34) - (235.0, 0.34) - (243.0, 0.34) - (251.0, 0.35) - (253.98877343250717, 0.35) - (255.0, 0.33) - (255.0, 0.33) - (255.9980614856364, 0.34) - (255.99999999966408, 0.33) - (256.0, 0.33) - (256.0, 0.33) - (266.0, 0.43) - (285.0, 0.43) - (291.0, 0.46) - (321.0, 0.52) - (322.0, 0.52) - (336.0, 0.52) - (336.0, 0.52) - (338.0, 0.53) - (369.0, 0.53) - (379.0, 0.53) - (382.0, 0.53) - (383.0, 0.50) - (383.0, 0.49) - (383.0, 0.51) - (383.467605550083, 0.46) - (383.9998899269044, 0.46) - (384.0, 0.46) - (384.0, 0.46) - (389.0, 0.59) - (401.0, 0.60) - (413.0, 0.60) - (414.0, 0.60) - (416.0, 0.60) - (444.0, 0.60) - (448.0, 0.54) - (450.0, 0.69) - (452.0, 0.71) - (468.0, 0.68) - (480.0, 0.69) - (488.0, 0.69) - (489.0, 0.69) - (495.0, 0.69) - (509.97423531735535, 0.69) - (511.0, 0.65) - (511.0, 0.65) - (511.9891505409899, 0.63) - (512.0, 0.64) - (521.0, 0.81) - }; - \addlegendentry{GMP mpn API} - - \addplot[color=red,mark=*,mark size=2pt] coordinates { - (127.0, 0.26) - (129.0, 0.38) - (130.0, 0.38) - (137.0, 0.37) - (140.0, 0.37) - (141.0, 0.38) - (150.0, 0.37) - (150.0, 0.37) - (152.0, 0.37) - (158.0, 0.38) - (165.0, 0.38) - (166.0, 0.39) - (171.0, 0.37) - (174.0, 0.38) - (174.0, 0.37) - (189.0, 0.37) - (190.0, 0.37) - (191.0, 0.36) - (192.0, 0.28) - (194.0, 0.50) - (196.0, 0.50) - (198.0, 0.50) - (204.37503943134692, 0.49) - (206.0, 0.49) - (212.0, 0.49) - (213.0, 0.49) - (216.0, 0.54) - (221.0, 0.52) - (222.0, 0.49) - (224.0, 0.49) - (226.0, 0.49) - (230.0, 0.49) - (235.0, 0.49) - (243.0, 0.50) - (251.0, 0.49) - (253.98877343250717, 0.50) - (255.0, 0.47) - (255.0, 0.47) - (255.9980614856364, 0.37) - (255.99999999966408, 0.37) - (256.0, 0.37) - (256.0, 0.38) - (266.0, 0.64) - (285.0, 0.65) - (291.0, 0.64) - (321.0, 0.80) - (322.0, 0.79) - (336.0, 0.80) - (336.0, 0.80) - (338.0, 0.79) - (369.0, 0.79) - (379.0, 0.79) - (382.0, 0.79) - (383.0, 0.75) - (383.0, 0.74) - (383.0, 0.74) - (383.467605550083, 0.62) - (383.9998899269044, 0.62) - (384.0, 0.62) - (384.0, 0.62) - (389.0, 0.96) - (401.0, 0.95) - (413.0, 0.96) - (414.0, 0.96) - (416.0, 0.97) - (444.0, 0.96) - (448.0, 0.79) - (450.0, 1.17) - (452.0, 1.16) - (468.0, 1.17) - (480.0, 1.18) - (488.0, 1.15) - (489.0, 1.16) - (495.0, 1.15) - (509.97423531735535, 1.17) - (511.0, 1.10) - (511.0, 1.11) - (511.9891505409899, 0.95) - (512.0, 0.95) - (521.0, 1.41) - }; - \addlegendentry{GMP mpn\_sec API} - - \addplot[color=blue,mark=triangle*,mark size=2pt] coordinates { - (127.0, 0.02) - (129.0, 0.03) - (130.0, 0.03) - (137.0, 0.03) - (140.0, 0.03) - (141.0, 0.03) - (150.0, 0.03) - (150.0, 0.03) - (152.0, 0.03) - (158.0, 0.03) - (165.0, 0.03) - (166.0, 0.03) - (171.0, 0.03) - (174.0, 0.03) - (174.0, 0.03) - (189.0, 0.04) - (190.0, 0.04) - (191.0, 0.04) - (192.0, 0.04) - (194.0, 0.04) - (196.0, 0.04) - (198.0, 0.04) - (204.37503943134692, 0.13) - (206.0, 0.04) - (212.0, 0.05) - (213.0, 0.04) - (216.0, 0.04) - (221.0, 0.04) - (222.0, 0.04) - (224.0, 0.12) - (226.0, 0.05) - (230.0, 0.05) - (235.0, 0.04) - (243.0, 0.06) - (251.0, 0.06) - (253.98877343250717, 0.13) - (255.0, 0.06) - (255.0, 0.06) - (255.9980614856364, 0.12) - (255.99999999966408, 0.11) - (256.0, 0.10) - (256.0, 0.06) - (266.0, 0.06) - (285.0, 0.06) - (291.0, 0.07) - (321.0, 0.10) - (322.0, 0.08) - (336.0, 0.11) - (336.0, 0.10) - (338.0, 0.11) - (369.0, 0.13) - (379.0, 0.13) - (382.0, 0.13) - (383.0, 0.13) - (383.0, 0.13) - (383.0, 0.13) - (383.467605550083, 0.23) - (383.9998899269044, 0.23) - (384.0, 0.26) - (384.0, 0.13) - (389.0, 0.13) - (401.0, 0.13) - (413.0, 0.15) - (414.0, 0.15) - (416.0, 0.12) - (444.0, 0.16) - (448.0, 0.18) - (450.0, 0.18) - (452.0, 0.16) - (468.0, 0.16) - (480.0, 0.18) - (488.0, 0.23) - (489.0, 0.23) - (495.0, 0.23) - (511.0, 0.28) - (511.0, 0.28) - (512.0, 0.28) - (521.0, 0.18) - }; - \addlegendentry{this paper} - - \end{axis} -\end{tikzpicture} -\end{figure*} -- cgit v1.2.3