Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: physmem_alloc_analysis/gnuplot_script

Issue 1217243006: Analyze contiguous physical memory chunks that mmap system call gives (Closed) Base URL: https://github.com/acutebridge/rowhammer-test.git@phymem_alloc
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: physmem_alloc_analysis/gnuplot_script
diff --git a/physmem_alloc_analysis/gnuplot_script b/physmem_alloc_analysis/gnuplot_script
new file mode 100644
index 0000000000000000000000000000000000000000..96ac65798db5e06e5e9135048b3e32c02999137b
--- /dev/null
+++ b/physmem_alloc_analysis/gnuplot_script
@@ -0,0 +1,7 @@
+set style data histogram
Mark Seaborn 2015/07/01 19:21:22 Nit: I suspect this file ought to have a copyright
ruiq 2015/07/01 20:42:59 Done.
+set logscale y
+set style fill solid 1.00
+set xlabel "physically contiguous chunk size (pages)"
+set ylabel "number of chunks"
+
+plot 'contiguous_results' using 2:xticlabels(1) with histogram

Powered by Google App Engine
This is Rietveld 408576698