Commit b50f83cc authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

create starttime and endtime files for experiments

parent 213620b9
...@@ -42,6 +42,7 @@ init_out() { ...@@ -42,6 +42,7 @@ init_out() {
export OUTDIR=./out/$1/$2 export OUTDIR=./out/$1/$2
rm -rf $OUTDIR rm -rf $OUTDIR
mkdir -p $OUTDIR mkdir -p $OUTDIR
date > $OUTDIR/starttime
} }
# Args: # Args:
...@@ -212,4 +213,5 @@ cleanup() { ...@@ -212,4 +213,5 @@ cleanup() {
done done
rm -f $OUTDIR/{qemu.hd.*,shm.*,pci.*,eth.*} rm -f $OUTDIR/{qemu.hd.*,shm.*,pci.*,eth.*}
date >>$OUTDIR/endtime
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment