Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
b50f83cc
"src/old-api/node.cpp" did not exist on "4caedfda74bc34cce1e8169bb4edf95305e4b271"
Commit
b50f83cc
authored
Jun 24, 2020
by
Antoine Kaufmann
Browse files
create starttime and endtime files for experiments
parent
213620b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
experiments/common-functions.sh
experiments/common-functions.sh
+2
-0
No files found.
experiments/common-functions.sh
View file @
b50f83cc
...
@@ -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
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment