Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christopher Ferreira
erods-bench
Commits
d1e774ee
Commit
d1e774ee
authored
Aug 25, 2017
by
aumgn
Browse files
[exp] Dump PERF_EVENTS variables
parent
301a3f62
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/mc-2/exp
View file @
d1e774ee
...
...
@@ -142,12 +142,14 @@ dump_args() {
local
args_file
=
$RESULTS_DIR
/args
echo
"PROGRAM =
$programs
"
>>
$args_file
echo
"PINNING =
$pinnings
"
>>
$args_file
echo
"NODES =
$nodes_list
"
>>
$args_file
echo
"USE_PERF =
$use_perfs
"
>>
$args_file
echo
"AUTOGROUP =
$autogroups
"
>>
$args_file
echo
"REPEAT =
$repeat
"
>>
$args_file
echo
"PROGRAM =
$programs
"
>>
$args_file
echo
"PINNING =
$pinnings
"
>>
$args_file
echo
"NODES =
$nodes_list
"
>>
$args_file
echo
"USE_PERF =
$use_perfs
"
>>
$args_file
echo
"AUTOGROUP =
$autogroups
"
>>
$args_file
echo
"REPEAT =
$repeat
"
>>
$args_file
echo
echo
"PERF_EVENTS =
$PERF_EVENTS
"
>>
$args_file
}
dump_programs
()
{
...
...
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