aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gnuplot/mem_lat.plot
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2024-01-31 22:52:33 +0000
committerjohannst <johannst@users.noreply.github.com>2024-01-31 22:52:33 +0000
commitbfc5ce4bc01e5eb28969eefcc01ecfefa2601fdf (patch)
tree9de58b72811e7e84892c3a3749ca1ed5ccb83e42 /tools/gnuplot/mem_lat.plot
parente5b4aacc5d30dedc78fe955de6ab340374ca2920 (diff)
downloadnotes-bfc5ce4bc01e5eb28969eefcc01ecfefa2601fdf.tar.gz
notes-bfc5ce4bc01e5eb28969eefcc01ecfefa2601fdf.zip
deploy: f3e631f7539c71686d1e336756c9c0fcd0b587ad
Diffstat (limited to 'tools/gnuplot/mem_lat.plot')
-rw-r--r--tools/gnuplot/mem_lat.plot13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/gnuplot/mem_lat.plot b/tools/gnuplot/mem_lat.plot
new file mode 100644
index 0000000..db058f9
--- /dev/null
+++ b/tools/gnuplot/mem_lat.plot
@@ -0,0 +1,13 @@
+# file: mem_lat.plot
+
+set title "memory latency (different strides)"
+set xlabel "array in KB"
+set ylabel "cycles / access"
+
+set logscale x 2
+
+plot "stride_32.txt" title "32" with linespoints, \
+ "stride_64.txt" title "64" with linespoints, \
+ "stride_128.txt" title "128" with linespoints, \
+ "stride_256.txt" title "256" with linespoints, \
+ "stride_512.txt" title "512" with linespoints