| Index: physmem_alloc_analysis/analyze.sh
|
| diff --git a/cache_analysis/make.sh b/physmem_alloc_analysis/analyze.sh
|
| similarity index 85%
|
| copy from cache_analysis/make.sh
|
| copy to physmem_alloc_analysis/analyze.sh
|
| index 47f37886789f268bc7284e392a8bc0a855f8a16c..93b8f133e48b30a9ce20d2e3e20c83e9d41d28c4 100755
|
| --- a/cache_analysis/make.sh
|
| +++ b/physmem_alloc_analysis/analyze.sh
|
| @@ -16,6 +16,8 @@
|
|
|
| set -eu
|
|
|
| -cflags="-g -Wall -Werror -O2"
|
| +python ./physmem_alloc_analyzer.py > contiguous_results
|
|
|
| -g++ $cflags cache_test_physaddr.cc -o cache_test_physaddr
|
| +gnuplot gnuplot_script -p
|
| +
|
| +cat contiguous_results
|
|
|