Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
e7020e_2019
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anton
e7020e_2019
Commits
35a020de
Commit
35a020de
authored
6 years ago
by
anttib-5
Browse files
Options
Downloads
Patches
Plain Diff
bare2_1
parent
2169db02
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/bare1.rs
+1
-1
1 addition, 1 deletion
examples/bare1.rs
examples/bare2.rs
+7
-3
7 additions, 3 deletions
examples/bare2.rs
with
8 additions
and
4 deletions
examples/bare1.rs
+
1
−
1
View file @
35a020de
This diff is collapsed.
Click to expand it.
examples/bare2.rs
+
7
−
3
View file @
35a020de
...
@@ -71,18 +71,22 @@ fn main() -> ! {
...
@@ -71,18 +71,22 @@ fn main() -> ! {
//
//
// What is the output in the ITM console?
// What is the output in the ITM console?
//
//
// ** your answer here **
// We get
// Start 524429147
// End 1149429355
//
//
// Rebuild and run in release mode
// Rebuild and run in release mode
//
//
// > cargo build --example bare2 --release
// > cargo build --example bare2 --release
//
//
// ** your answer here **
// We get
// Start 3475270380
// End 3479270838
//
//
// Compute the ratio between debug/release optimized code
// Compute the ratio between debug/release optimized code
// (the speedup).
// (the speedup).
//
//
//
** your answer here **
//
156.3
//
//
// commit your answers (bare2_1)
// commit your answers (bare2_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