Chromium Code Reviews| 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 |