Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
PRRT
Commits
c9cb20be
Commit
c9cb20be
authored
Oct 02, 2018
by
Kai Vogelgesang
Committed by
Andreas Schmidt
Oct 15, 2018
Browse files
Increase number of rounds in profiling script
parent
877ad88a
Pipeline
#3128
passed with stages
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
profiling/profile.sh
View file @
c9cb20be
...
...
@@ -10,8 +10,8 @@ to="timeout -s INT 30 "
mkdir
-p
gprof_send gprof_recv
run_in gprof_recv
$to
../receiver
-p
5000
-r
127
-o
receiver.csv &
run_in gprof_send
$to
../sender
-t
127.0.0.1
-p
5000
-r
127
-o
sender.csv
run_in gprof_recv
$to
../receiver
-p
5000
-r
4095
-o
receiver.csv &
run_in gprof_send
$to
../sender
-t
127.0.0.1
-p
5000
-r
4095
-o
sender.csv
wait
...
...
Write
Preview
Supports
Markdown
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