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

Side by Side 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, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 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.
2 set logscale y
3 set style fill solid 1.00
4 set xlabel "physically contiguous chunk size (pages)"
5 set ylabel "number of chunks"
6
7 plot 'contiguous_results' using 2:xticlabels(1) with histogram
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698