Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Thanassis Tsiodras
RTEMS-build-workflows
Commits
3a5a798f
Commit
3a5a798f
authored
Apr 08, 2016
by
Thanassis Tsiodras
Browse files
Use 'expect' to benchmark execution and verify SMP gains
parent
9c3b4c58
Changes
1
Hide whitespace changes
Inline
Side-by-side
OAR/benchmark.sh
0 → 100755
View file @
3a5a798f
#!/usr/bin/expect -f
set timeout
30
spawn /home/assert/bin.local/leon3-gdb.sh ./bin.release.FPU.leon3/fputest
expect
"(gdb) "
send
"c
\r
"
expect
"500000"
send
\0
03
send
"quit"
send_user
"
\n
"
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