Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cool
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hans-Peter Deifel
cool
Commits
7a044d56
Commit
7a044d56
authored
7 years ago
by
Hans-Peter Deifel
Browse files
Options
Downloads
Patches
Plain Diff
benchmarks: Save full 'perf stat' output
who knows if we might need it
parent
10b7fc02
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/aconjunctive_mu/bench_one_formula.sh
+1
-1
1 addition, 1 deletion
benchmarks/aconjunctive_mu/bench_one_formula.sh
with
1 addition
and
1 deletion
benchmarks/aconjunctive_mu/bench_one_formula.sh
+
1
−
1
View file @
7a044d56
...
...
@@ -52,7 +52,7 @@ mkdir -p "${OUTPUT_BASE}"
function
bench
{
i
=
1
while
timeout
${
TIMEOUT
}
perf
stat
-o
"
${
OUTPUT_BASE
}
/tmp.time"
-r
${
REPEATS
}
-n
"
$2
"
"
$3
"
"
$i
"
"
${
@
:4
}
"
>
"
${
OUTPUT_BASE
}
/tmp.out"
2>&1
;
do
while
timeout
${
TIMEOUT
}
perf
stat
-o
"
${
OUTPUT_BASE
}
/tmp.time"
-r
${
REPEATS
}
"
$2
"
"
$3
"
"
$i
"
"
${
@
:4
}
"
>
"
${
OUTPUT_BASE
}
/tmp.out"
2>&1
;
do
mv
"
${
OUTPUT_BASE
}
/tmp.time"
"
${
OUTPUT_BASE
}
/
${
FORMULA
}
-
${
i
}
-
${
1
}
.time"
;
mv
"
${
OUTPUT_BASE
}
/tmp.out"
"
${
OUTPUT_BASE
}
/
${
FORMULA
}
-
${
i
}
-
${
1
}
.out"
;
i
=
$((
$i
+
1
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment