mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1rc3/norruption/2/plot-corr: make scatter plot of time between corruptions
With simulation (-s). Also updated the Makefile and renamed the previous "corr"(uption) to "dump", to free it for "correlation".
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
DIR=d
|
||||
|
||||
.SILENT:
|
||||
.PHONY: all list plot corr coll
|
||||
.PHONY: all list plot corr dump coll
|
||||
|
||||
all:
|
||||
$(MAKE) plot
|
||||
echo
|
||||
$(MAKE) corr
|
||||
$(MAKE) dump
|
||||
echo
|
||||
$(MAKE) coll
|
||||
echo
|
||||
@@ -18,6 +18,9 @@ plot:
|
||||
./plot-cdf $(DIR)/log && display out.png &
|
||||
|
||||
corr:
|
||||
./plot-corr $(DIR)/log && display out.png &
|
||||
|
||||
dump:
|
||||
./bscmp $(DIR)/*-corrupt.bin
|
||||
|
||||
coll:
|
||||
|
||||
Reference in New Issue
Block a user